Why not Next JS? #80
Replies: 2 comments 1 reply
-
Truthfully, our primary goal in this decision is to enhance the development efficiency of our application, Introducing Next.js, while undoubtedly powerful, would introduce additional complexities in managing both server and client components, potentially complicating the mental models of developers who are already well-versed in vanilla React. Our intention is to maintain a development environment that aligns with the expertise and familiarity of our existing contributors. |
Beta Was this translation helpful? Give feedback.
-
There are a few reasons why I might opt for Vite over Next.JS:
However, there are also some advantages to Next.JS:
|
Beta Was this translation helpful? Give feedback.
-
I am curious to know why you are opting Vite instead of Next JS as if you visit react official docs, they are suggesting to use feamework like Next or Remix over standalone React
Beta Was this translation helpful? Give feedback.
All reactions