https://github.com/dariadia/react-1e
https://github.com/dariadia/react-1e
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dariadia/react-1e
- Owner: dariadia
- Created: 2023-07-10T18:03:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T08:53:06.000Z (over 1 year ago)
- Last Synced: 2025-10-09T03:32:05.812Z (10 months ago)
- Language: JavaScript
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plan
| | topic | type | homework |
|---|---|---|---|
| 1 | Intro, hooks (`useState`) |  React | [hw1](https://github.com/dariadia/react-1e/tree/master/src/components/hw1) |
| 2 | Fetch API (Promises, fetch, async, `useEffect`) |  JS | [hw2](https://github.com/dariadia/react-1e/tree/master/src/components/hw2) |
| 3 | Other hooks `useReducer`, `useContext`, etc. |  React | [hw3](https://github.com/dariadia/react-1e/tree/master/src/components/hw3) |
| 4 | Custom hooks (and why we need them) |  React | [hw3](https://github.com/dariadia/react-1e/tree/master/src/components/hw4) |
| 5 | HOC + Routing (Next.JS intro) |  React | |
| 6 | General JS types overview + TypeScript |  TS | |
| 7 | ...todo | | |