jafif's avatar
Level 1

Choosing between Next.js (CSR/SSR) and Vite

Hello fellow devs.In my company we have a monolithic laravel app with blade files which use angularjs. Because my colleagues have reached a quagmire with angularjs and since it is no longer supported by google, we finally decided to decouple the front-end. Because the company has been moving to react for the last few years (using react-native for mobile apps etc), we want to recreate the app's front-end in react.

The app is a SaaS and we have many customers using it. We don't care about SEO, but we the devs have a debate, if we should use Next.js with SSR or Next.js with only CSR or mixed SSR/CSR or if we should use just Vite etc. What we are looking for is a fast web app. The app mainly have some data tables, some previews of various data, some sliders/modals and finally 2-3 some functionalities, which have some complexity at UI level (with drag & drop functionalities etc). Propably the app is bigger than i described but thats the main parts of it.

What do you think we should go with? What else should we consider to make a decision? Just aske me if you want to know more details to help use decide

0 likes
0 replies

Please or to participate in this conversation.