https://github.com/codingforentrepreneurs/try-react.js
Learn the fundamentals of React.js in this series. The goal of this series is to get you comfortable with React.js so you can start building more robust projects.
https://github.com/codingforentrepreneurs/try-react.js
fundamentals hooks react series tutorial
Last synced: 5 days ago
JSON representation
Learn the fundamentals of React.js in this series. The goal of this series is to get you comfortable with React.js so you can start building more robust projects.
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/try-react.js
- Owner: codingforentrepreneurs
- License: mit
- Created: 2021-03-29T22:05:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T00:10:13.000Z (almost 5 years ago)
- Last Synced: 2024-03-15T19:58:02.768Z (almost 2 years ago)
- Topics: fundamentals, hooks, react, series, tutorial
- Language: JavaScript
- Homepage: https://www.codingforentrepreneurs.com/projects/try-reactjs-2021
- Size: 122 KB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codingforentrepreneurs.com/projects/try-reactjs-2021)
# Try React.js
Learn the fundamentals of React.js in this series. The goal of this series is to get you comfortable with React.js so you can start building more robust projects.
We believe that React.js answers the following questions:
- How do we create our own HTML element? Something like `Coding forever!`
- How do we better manage dynamic state (ie `ajax` calls) with JavaScript?
- How do we make applications that feel more native (ie less page reloads)?
The goal of this series is to introduce you to React.js by creating a real project step by step. There are many layers to React.js so this series will focus on:
- Functional Components
- Hooks & Custom Hooks
- State & useState
- ContextAPI
- Routing & URL Parsing
- Basic API Calls with `fetch`
#### Reference
- [Setup Guide](https://www.codingforentrepreneurs.com/blog/setup-react/)
- [Tutorial Series](https://www.codingforentrepreneurs.com/projects/try-reactjs-2021)