This repository contains structured React learning notes, organized from basics to hooks.
Each topic is written in a separate Markdown file for clean learning and easy navigation.
react-practice-only/ │ ├── 01-react-basics/ │ ├── 01-what-is-react.md │ ├── 02-dom-vs-virtual-dom.md │ ├── 03-jsx.md │ ├── 04-components.md │ ├── 05-props.md │ ├── 06-state.md │ ├── 07-events.md │ ├── 08-conditional-rendering.md │ └── 09-lists-and-keys.md │ ├── 02-react-hooks/ │ ├── 01-hooks-introduction.md │ ├── 02-useState.md │ ├── 03-useEffect.md │ ├── 04-useContext.md │ ├── 05-useRef.md │ ├── 06-useMemo.md │ ├── 07-useCallback.md │ └── 08-custom-hooks.md │ └── .gitignore
- Learn React step-by-step
- Keep clean and organized notes
- Understand core concepts deeply
- Use this repo as revision material
- React
- JavaScript (ES6+)
- JSX
- Markdown
lucky-world29
Happy Learning 🚀