Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodinho/reactmastery
Setting you up for React Mastery!
https://github.com/amodinho/reactmastery
Last synced: about 1 month ago
JSON representation
Setting you up for React Mastery!
- Host: GitHub
- URL: https://github.com/amodinho/reactmastery
- Owner: AmoDinho
- Created: 2018-07-16T14:14:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T14:50:57.000Z (over 6 years ago)
- Last Synced: 2024-11-04T09:25:36.332Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The road to React Mastery
Welcome on the journey to start mastering React!
This code is a companion to "The Road to Learn React" book by Robin Wieruch! I would have loved to run this in Codesandbox but we need to switch branches to separate the content between different chapters!
Branch Directory:
- Master - Chapter 1
- chap2 - Chapter 2
- chap3 - Chapter 3## How to set things up
Please go ahead and clone this repo.
then in your terminal you need install all the app's dependanies like so:
``` npm install ```
Make sure you do this the directory of the app!
Then you need start the app up!
``` npm start ```
Simple right? Create-React-App will get everything we need to write code started for us.
## Challenges
Need write up the basic concepts around React:
### Chapter 1
## To-Do
- [ ] Write your own map function that cycles through dummy data
- [ ]