Skip to content

lucky-world29/react-practice-only

Repository files navigation

🚀 React Practice Repository

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.


📁 Folder Structure

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


🎯 Purpose of This Repository

  • Learn React step-by-step
  • Keep clean and organized notes
  • Understand core concepts deeply
  • Use this repo as revision material

🛠 Technologies Used

  • React
  • JavaScript (ES6+)
  • JSX
  • Markdown

✍️ Author

lucky-world29

Happy Learning 🚀

About

This repository contains various React projects, ranging from beginner-level demos to full-fledged applications. These projects cover topics like React Routing, Context API, CRUD operations, authentication, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors