mirror of
https://github.com/jbranchaud/til
synced 2026-01-04 23:58:01 +00:00
Add Building A React App In The Browser as a react til
This commit is contained in:
21
react/building-a-react-app-in-the-browser.md
Normal file
21
react/building-a-react-app-in-the-browser.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Building A React App In The Browser
|
||||
|
||||
There are a couple relatively new tools that give you just about everything
|
||||
you need to build a React app in the browser.
|
||||
|
||||
The first is [CodeSandbox](https://codesandbox.io/). It has a couple
|
||||
pre-configured environments for different technologies. The main one is
|
||||
React. CodeSandbox describes itself as such:
|
||||
|
||||
> an online editor that helps you create web applications, from prototype to
|
||||
> deployment.
|
||||
|
||||
The second, which just released out of beta, is
|
||||
[Glitch](https://glitch.com/) which comes with projects like
|
||||
[react-starter](https://glitch.com/~starter-react) so that you can jump into
|
||||
a React project that is ready to roll. Glitch describes itself as:
|
||||
|
||||
> the friendly community where you'll build the app of your dreams
|
||||
|
||||
You can quickly build and publish React apps in either of these and share
|
||||
them with the world.
|
||||
Reference in New Issue
Block a user