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 a tutorial to the Getting Started section #123

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.
Jump to
Jump to file
Failed to load files.
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