so i just built this thing called ReactLab. Its basically a React IDE right in your browser. You can write code, see live previews, and add npm packages super easily. with a simple terminal
It uses Monaco editor, so it’s like having VS Code but in the browser, with syntax highlighting and IntelliSense. You can work with multiple files, will add more commands to the terminal later so users can easily debug right from the IDE's terminal but for now you could use the browser s console. Also the project is fully open source so feel free to contribute.
P.S if you add a package with CSS (like react-toastify), it’ll automatically inject the styles. Everything’s cached to make it load fast. Built it to make React dev easier, hope it helps!
Top comments (0)