Created
January 10, 2018 19:44
-
-
Save Sstobo/4a263150fff7262da81ac793a56ef6fe to your computer and use it in GitHub Desktop.
[React Day2] #react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| State | |
| One-way data flow | |
| Two-way data binding | |
| Synthetic events | |
| ### Ref | |
| For taking input from forms | |
| ## Component lifecycle methods | |
| "" Dumb components = Functional Stateless Components |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm i -g json-server
json-server --watch db.json -p 4000