You should know this before choosing Next.js
eduardoboucas.com
You should know this before choosing Next.js
1–10 of 147 posts
Re: You should know this before choosing Next.js
#2What are some salient counter points for choosing next.js? I see a lot of new devs not want to have to think about deployment and management of systems so that is one aspect. If you only know react I guess getting SSR without having to learn something else is a win at the cost of complexity in your codebase.
Anything else?
Re: You should know this before choosing Next.js
#3Re: You should know this before choosing Next.js
#4Re: You should know this before choosing Next.js
#5Re: You should know this before choosing Next.js
#6Re: You should know this before choosing Next.js
#7And I just recently open-sourced the JS framework. It loads modules on-demand as you need them. It’s supposed to be an all-in-one alternative to React+Redux, Angular etc.
Feedback would be welcome. I do want to start promoting it but it’s still early days.
EDIT: why so many downvotes, and no feedback at all? Just curious. Do the downvoters wish I not share my code with open source MIT license with others? They want people to hear only about existing encumbents?
Re: You should know this before choosing Next.js
#8I was under the impression that Next.js was the successor to React? Is that not the case?
Re: You should know this before choosing Next.js
#9I was under the impression that Next.js was the successor to React? Is that not the case?
Similar to SvelteKit, that's built on Svelte, and Nuxt that's built on Vue.
Re: You should know this before choosing Next.js
#10I was under the impression that Next.js was the successor to React? Is that not the case?