Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new article on maintaining react component data #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ If you are new to React, try reading these articles in order.
A tutorial series that walks you through how to use React, from the ground up, in 30 bite-size articles covering everything from "What is React?" to data management to testing and deployment.

### Data Flow: “State” and “Props”
- [Where to Hold React Component Data: state, store, static, and this](https://medium.freecodecamp.org/where-do-i-belong-a-guide-to-saving-react-component-data-in-state-store-static-and-this-c49b335e2a00)
A comprehensive article on maintaining react component data and usecases of each techniques.
- [A Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/)
Describes what "state" is, what kinds of data should be included into React state, and how state flow relates to component updates.
- [ReactJS: Props vs State](http://lucybain.com/blog/2016/react-state-vs-pros/)
Expand Down