An open API service indexing awesome lists of open source software.

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

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]