Skip to content

nattydodd/simple-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors