https://github.com/bharat40/react-topics
This repository is dedicated to learning and exploring various React topics. It contains different projects, components, and implementations to enhance understanding and proficiency in React.js.
https://github.com/bharat40/react-topics
context-api mapfilterandreduce props-drilling react-router state-management usecontext-hook useeffect-hook usereducer-hooks useref-hook usestate-hooks
Last synced: 6 months ago
JSON representation
This repository is dedicated to learning and exploring various React topics. It contains different projects, components, and implementations to enhance understanding and proficiency in React.js.
- Host: GitHub
- URL: https://github.com/bharat40/react-topics
- Owner: bharat40
- Created: 2024-11-11T17:22:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:07:42.000Z (11 months ago)
- Last Synced: 2025-04-04T01:16:32.228Z (10 months ago)
- Topics: context-api, mapfilterandreduce, props-drilling, react-router, state-management, usecontext-hook, useeffect-hook, usereducer-hooks, useref-hook, usestate-hooks
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Learning Repository
This repository is dedicated to learning and exploring various React topics. It contains different projects, components, and implementations to enhance understanding and proficiency in React.js.
## Topics Covered
- **Conditional Operators**
- **Context API Project**
- **Light and Dark Mode**
- **Map, Filter, Reduce**
- **React Router**
- **State vs Props**
- **useContext Hook**
- **useEffect Hook**
- **useEffect Polyfill**
- **useReducer Hook**
- **useRef Hook**
- **useState Hook**
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/react-topics.git
```
2. Navigate to the project directory:
```bash
cd react-topics
```
## Folder Structure
```
react-topics/
├── ConditionalOperators/
├── ContextApiProject/
├── LightAndDarkMode/
├── MapFilterReduce/
├── ReactRouter/
├── StateVsProps/
├── useContextHook/
├── useEffectHook/
├── useEffectPolyfill/
├── useReducerHook/
├── useRefHook/
├── useStateHook/
├── package.json
└── README.md
```