You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm not sure how I didn't see this before, but react themselves recommend neutrino.js in their README. We should switch to it, since it does not rely on react-scripts and it will be less finicky updating our frontend packages. In addition, I'm not even sure if craco will support the latest version of react-scripts
Describe the solution you'd like
Switch to neutrino.js
Describe alternatives you've considered
We've tried react-app-rewired with customized-cra in the past, then switched to razzle.js, and now we are using craco.
Its hard to estimate... Creating a new project with neturino.js with react is rather easy, but with our webpack plugins/ant design not sure. I'll give it an hour or so, and see what I've done
Is your feature request related to a problem? Please describe.
I'm not sure how I didn't see this before, but react themselves recommend neutrino.js in their README. We should switch to it, since it does not rely on
react-scripts
and it will be less finicky updating our frontend packages. In addition, I'm not even sure ifcraco
will support the latest version ofreact-scripts
Describe the solution you'd like
Switch to neutrino.js
Describe alternatives you've considered
We've tried
react-app-rewired
withcustomized-cra
in the past, then switched torazzle.js
, and now we are usingcraco
.Additional context
dilanx/craco#205
The text was updated successfully, but these errors were encountered: