What is the best Online Code Editor for React?
Are there some good, free online IDE's I could use to develop small, personal projects with React/Node/Express?
CodeSandbox - An online React editor with a focus on easy sharing and reusability
Hey Reddit!
This is a project Iโve been working on for the past few months. With CodeSandbox I want to focus on a feature of React that, in my opinion, could be exploited much more, which is reusability. With CodeSandbox you can easily build and share a React project with anyone by just sharing the url, others can then fork it to make changes or download it (which includes the default create-react-app template).
The next thing Iโm building for CodeSandbox is the real reusable part: it should be possible to publish any project you have on CodeSandbox to NPM with a single click and let others reuse it as much as they like. An example is that someone makes a button on CodeSandbox and publishes it, others can then use this button inside CodeSandbox or in any project out of CodeSandbox. Publishing is already done, Iโm now working on UI so publishing and searching sandboxes becomes easier.
Iโd love to hear any feedback or suggestions or problems you might have! I want to make CodeSandbox as friendly as possible.
I also encourage everyone who built something cool to share it here. I will also put some of the sandboxes on the homepage.
More on reddit.comDownloaded ZIP from from CodeSandbox (Vue.JS page) index.html produces blank page?
Videos
Hello guys,
I'm reaching out to get your recommendation on a good code editor I can use online for React.
Thanks