React @react.dev · Feb 17

Based on feedback, we've added migration guides from Create React App to Vite, Parcel, or Rspack when a framework isn't the right fit for your use case, or you prefer to continue building your own framework:

21 likes 2 replies

?

Replies

React · Feb 17

We've also re-titled the new "Building your own React Framework" docs to "Building a React App from Scratch" to clarify that it covers many use cases for deciding to start with a build tool instead of a framework:

sabler · Feb 17

End of an era. Parcel is my go-to when I just want to sketch out some ideas, then I move it all over to NextJS.