Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 696 Bytes

ReactDemo

This is a simple comment box demo similar to the official tutorial.
Visit http://rhadow.github.io/ReactDemo/ for the final result.

Step 1: Initial setup
https://github.com/Rhadow/ReactDemo/tree/Step1

Step 2: Adding first component
https://github.com/Rhadow/ReactDemo/tree/Step2

Step 3: Adding comment form, comment list and comments
https://github.com/Rhadow/ReactDemo/tree/Step3

Step 4: Connecting views to data model
https://github.com/Rhadow/ReactDemo/tree/Step4

Step 5: Adding first event listener
https://github.com/Rhadow/ReactDemo/tree/Step5

Step 6: Updating model and view
https://github.com/Rhadow/ReactDemo/tree/Step6