Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratikmane0112/reactjs
https://github.com/pratikmane0112/reactjs
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pratikmane0112/reactjs
- Owner: PratikMane0112
- Created: 2024-06-13T05:20:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T15:17:53.000Z (3 months ago)
- Last Synced: 2024-11-07T13:16:02.703Z (2 months ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![download](https://github.com/PratikMane0112/ReactJs/assets/153143167/1cd98352-3871-4eb7-8a37-7fb7781f45cf)
# React Learning Topics1. **JSX**
- Introduction to JSX
- Statements vs. Expressions
- Javascript Expressions in JSX Practice
- JSX Attributes & Styling React Elements
- Inline Styling for React Elements
- CSS Property List2. **React Components**
- Introduction to Components
- Class vs. Function Based Components3. **Import, Export and Modules**
- Introduction to Import, Export and Modules
- Create a New React App4. **React Props**
- Introduction to React Props
- Chrome React Dev Tools5. **Mapping Data to Components**
- Introduction to Mapping Data to Components Practice
- Javascript ES6 Methods: Filter, Map, Reduce, Find, FindIndex, Substring
- Javascript ES6 Arrow Functions
- React Conditional Rendering with the Ternary Operator & AND Operator6. **States and Hooks**
- State in React - Declarative vs. Imperative Programming
- React Hooks - useState7. **Destructuring & Event Handling**
- Javascript ES6 Object & Array Destructuring
- Event Handling in React
- HTML Event Attributes
- React Forms8. **Javascript ES6 Spread Operator**