Skip to content
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 @@ -158,6 +158,8 @@ If you are new to React, try reading these articles in order.
A ground-up React tutorial that leaves out any other related "modern" technologies, Very recommended if you want to skip the buzzwords and acronyms.
- [30 Days of React](https://www.fullstackreact.com/30-days-of-react/)
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.
- [Understand and implement your own Redux](https://buttercms.com/blog/understand-and-implement-your-own-redux)
Discover the basic concepts of Redux and learn about Actions, Reducers, and Store in Redux.

### Data Flow: “State” and “Props”
- [A Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/)
Expand Down