https://github.com/n2duc/evondev-react
Evondev's Basic to Advanced Reactjs Course
https://github.com/n2duc/evondev-react
javascript react react-hooks reactjs
Last synced: 2 months ago
JSON representation
Evondev's Basic to Advanced Reactjs Course
- Host: GitHub
- URL: https://github.com/n2duc/evondev-react
- Owner: n2duc
- Created: 2023-03-09T02:56:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T16:26:14.000Z (almost 3 years ago)
- Last Synced: 2025-12-30T07:30:48.448Z (6 months ago)
- Topics: javascript, react, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started Learning ReactJS with [Evondev](https://evon.dev/)
- I'm learning ReactJS. Let's develop together.\
Course [ReactJS Evondev](https://ktclick.com/invite/333702752127).\
Course [HTML CSS Master Evondev](https://ktclick.com/invite/391900256373).
## `npm start`
## Knowledge
- Prop
- Fragment
- Portal
- ErrorBoundary
## ReactHook
### [useState](https://react.dev/reference/react/useEffect)
### [useReducer](https://react.dev/reference/react/useReducer)
### [useEffect](https://react.dev/reference/react/useState)
### [useRef](https://react.dev/reference/react/useRef)
### [useCallback](https://react.dev/reference/react/useCallback)
### and Custom Hook
## React Hook Form - Form Validation
- [Yup](https://www.npmjs.com/package/yup)
- [Formik](https://formik.org/docs/overview)
- [react-hook-form](https://react-hook-form.com/)
## Style Sheets with React
- [Style components](https://styled-components.com/docs/basics)
- [SCSS](https://sass-lang.com/)
- [Tailwind-CSS](https://tailwindcss.com/docs/installation)
## Project / Pet-project
- Tic-Tac-Toe
- Photo Loading
- HackerNews
- Movie Search
- SignUpForm-[Yup, Formik]