v2.0.0 - LunatiqueCoder/luna GitHub Wiki

⚠️ Work in progress

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. In March 20223 the new React Docs were released, Next.js becoming the most recommended way to start a React project on web.