Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-kashyap/coffee-aur-react
learning react js from chai aur react series on youtube
https://github.com/lucky-kashyap/coffee-aur-react
Last synced: 7 days ago
JSON representation
learning react js from chai aur react series on youtube
- Host: GitHub
- URL: https://github.com/lucky-kashyap/coffee-aur-react
- Owner: Lucky-Kashyap
- Created: 2023-10-05T05:34:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T13:13:25.000Z (about 1 year ago)
- Last Synced: 2023-11-05T13:34:46.471Z (about 1 year ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#learning React JS
Class 1:
-why to learn React ?
-> Hype,job,trend,build UI.
-> makes easy to manage build complex
frontEnd.
-when should you learn React ?
-> After mastering JS.
-> Most project don't need react in initial phase.
-why react was created ?
-> To solve Phantom Message problem.
-> To maintain consistency in UI.
-Don't learn React if ?
-> you don't know how JS works or DOM works.
-React learning process ?
-> go in depth.
-> by making projects.
-Topics to learn ?
-> Core of React (state or UI manipulation,JSX).
-> Component Reusability.
-> How to propagate change (Hooks).
-Additional Addon to React ?
-> Router (React don't have Router).
-> State management (React don't have state management). (Redux,Redux Toolkit,Zustand,context API).
-> Class based component. (legacy code)
-> BAAS Apps : Backend as a service (Appwrite,firebase,Superbase).
-After React ?
-> React is not a complete solution in most case (no seo,browser Render of JS,no routing).
-> framework: Next JS,Gats by,Remix.# DSA-Learning