-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[React] Modernize the code #331
Comments
I propose to deprecate this generator in favor of the Next.js one instead. The only issue I see with Next is that it isn't compatible with React Native. |
Don't you think some people prefer a simple React app instead of a Next.js one? |
It's harder to maintain for no real benefits IMHO. People with specific needs can create and maintain they own templates. |
I'd suggest reconsidering the decision to deprecate the React generator. In 2024, Next installations account for around 25% of total React installations. And @vite/plugin-react, for example, has 75% of Next installations. The majority of developers still use React without Next. |
As long as both are maintained, why not, but that's not the case at present, and no one has volunteered to maintain the non-Next variant. |
For React generator only.
Use Context API instead of Redux. Or maybe Redux Toolkit.
Use React Hook Form instead of Redux Form.
Upgrade React Router.
Use hooks.
The text was updated successfully, but these errors were encountered: