https://github.com/manuelsanchezweb/tutorial-react-nivel-medio
Learn some cool tech that you can use with React
https://github.com/manuelsanchezweb/tutorial-react-nivel-medio
reactjs tailwindcss usequery
Last synced: about 2 months ago
JSON representation
Learn some cool tech that you can use with React
- Host: GitHub
- URL: https://github.com/manuelsanchezweb/tutorial-react-nivel-medio
- Owner: manuelsanchezweb
- Created: 2024-04-12T15:23:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:17:58.000Z (about 2 years ago)
- Last Synced: 2025-02-21T13:19:02.895Z (over 1 year ago)
- Topics: reactjs, tailwindcss, usequery
- Language: JavaScript
- Homepage: https://tutorial-react-nivel-medio.vercel.app
- Size: 165 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi 👋 Welcome to the Intermediate React Course!
This is a project that I am doing with a group of people to help them improve some of their skills with React (mainly but not exclusively).
We will try to create an app that fetches some todos from an external API and apply some sorting. Also, we will use Zustand for state management, useQuery for data handling, TailwindCSS for styling, and much more!
## ⭐️ Deployment
- Final, most updated deploy is [here](https://tutorial-react-nivel-medio.vercel.app/).
- Deploy Class 1 [here](tutorial-react-nivel-medio-7kxbdm9v9-manuelsanchezweb.vercel.app).
## 🙋🏻♀️ Classes
The repo is divided into classes. You will see for example the folder `clase-1` with everything concerning `Fetch using useQuery, Skeleton ...`.
| # | Date | Content |
| --- | ---------- | ---------------------------------------------------------------------- |
| 1 | 12/04/2024 | **Fetch using useQuery, Skeleton, Isolate common global variables...** |
| 2 | 19/04/2024 | **Sorting / Escape from useEffect hell!** |
| 3 | TBD | TBD |