Beginner level react learning stuff - includes all the basic materials like components, props, states, lifecycle and handling events. All examples here are done following blog from Kirupa: https://www.kirupa.com/react/index.htm
In order to run the code:
- Clone the repository
- cd to the directory
- Run a SimpleHTTPServer to serve any html file like: http://localhost:8888/circle.html python -m SimpleHTTPServer 8888