-
-
Notifications
You must be signed in to change notification settings - Fork 19
v2.0.0
Ovidiu Cristescu edited this page Mar 18, 2023
·
5 revisions
Historically, 🌘 Luna for web was implemented with the help of create-react-app, being a recommended way to use React on web. However this lead to multiple issues, solutions like CRACO or react-app-rewired were needed, and they didn't actually feel like solutions but more like hacks. In order to solve all the issues with CRA, 🌘 Luna embraced Next.js for web, and in March 20223 the new React Docs were released, and Next.js became the most recommended way to start a React project on web.