Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Ovidiu Cristescu edited this page Apr 4, 2023 · 5 revisions

⚠️ 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.

Clone this wiki locally