Develop online with React!
No Build Tools Needed!
https://github.com/dataformsjs/awesome-web-react
- This site provides a list with examples of libraries and components that you can use to develop web pages and apps with React without any build tools.
- Development build tools and projects such as
webpack
, babel
, and create-react-app
are great but they do not make sense for all sites, web pages, and development workflows.
- With browser based options for JSX you can easily include React Components on any page without having to build the entire site using React or JSX.
Reasons for online React Development
- Fast Development 🚀 Because there is no build process you can create and update sites using any editor on any system.
- Easily Share 🤝 Provide React code snippets to designers or web developers who do not know or use JavaScript.
- Project Size 📦 This site includes many example mini apps and each one is typically less than 10 kB in size while a standard React app using
create-react-app
is between 150 and 250 MB and includes over 30,000 files.
- Add to any Page 📄 Add React to legacy and existing sites or web pages. Often React is used on new projects only but with online development options you can include React and Libraries directly from a CDN or JavaScript files.
- Learn React 🏫 Web Development with only a Browser and a Text Editor is any easy way to get started with React or try new ideas and features.
- Rapid Prototyping 🚆 Instantly develop ideas and into quick apps and then migrate to a build process later if you want to.