Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariadia/react-1e
https://github.com/dariadia/react-1e
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dariadia/react-1e
- Owner: dariadia
- Created: 2023-07-10T18:03:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-16T09:00:25.000Z (8 months ago)
- Last Synced: 2024-04-16T11:27:56.288Z (8 months ago)
- Language: JavaScript
- Size: 417 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`) | ![#1589F0](https://placehold.co/15x15/1589F0/1589F0.png) React | [hw1](https://github.com/dariadia/react-1e/tree/master/src/components/hw1) |
| 2 | Fetch API (Promises, fetch, async, `useEffect`) | ![#FFD700](https://placehold.co/15x15/FFD700/FFD700.png) JS | [hw2](https://github.com/dariadia/react-1e/tree/master/src/components/hw2) |
| 3 | Other hooks `useReducer`, `useContext`, etc. | ![#1589F0](https://placehold.co/15x15/1589F0/1589F0.png) React | [hw3](https://github.com/dariadia/react-1e/tree/master/src/components/hw3) |
| 4 | Custom hooks (and why we need them) | ![#1589F0](https://placehold.co/15x15/1589F0/1589F0.png) React | [hw3](https://github.com/dariadia/react-1e/tree/master/src/components/hw4) |
| 5 | HOC + Routing (Next.JS intro) | ![#1589F0](https://placehold.co/15x15/1589F0/1589F0.png) React | |
| 6 | General JS types overview + TypeScript | ![#355E3B](https://placehold.co/15x15/355E3B/355E3B.png) TS | |
| 7 | ...todo | | |