Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogaprasadk/react-vitejs-a_to_z_course
it is a repository here you can learn about reactjs with yt videos.
https://github.com/yogaprasadk/react-vitejs-a_to_z_course
react-components react-hook-form react-hooks react-query react-redux react-router react-router-dom reactjs
Last synced: 12 days ago
JSON representation
it is a repository here you can learn about reactjs with yt videos.
- Host: GitHub
- URL: https://github.com/yogaprasadk/react-vitejs-a_to_z_course
- Owner: yogaprasadk
- Created: 2024-11-02T05:38:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:37:45.000Z (3 months ago)
- Last Synced: 2024-11-20T17:37:48.716Z (3 months ago)
- Topics: react-components, react-hook-form, react-hooks, react-query, react-redux, react-router, react-router-dom, reactjs
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create Your First React App
Installing Vitejs
```npm
npm create vite@latest
```Installing Node Modules
```npm
npm install
```React - component/jsx/props
React - Use Hooks
React - Props as children and functions
React - State Lifting
React - Conditional Rendering