Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.3 KB

File metadata and controls

20 lines (16 loc) · 1.3 KB

simple-react

The basic foundations of React.js, minus all the confusing stuff.

Dependencies:

None! In this simple setup, all you need is an HTML file which imports the React and the ReactDOM libraries from a CDN: https://reactjs.org/docs/cdn-links.html

Next Steps:

Try https://www.npmjs.com/package/create-react-app to get started with a boilerplate that includes a server, proper directory structure, bundling script and other important things you will need to move your app to production. Then check out this cool tutorial that explains whats going on behind the boilerplate and shows you how to start from scratch: https://www.andrewhfarmer.com/build-your-own-starter

Other Resources: