Skip to content

Commit

Permalink
Merge pull request girlscript#809 from nirvikagarwal/Frontend_Web_Dev…
Browse files Browse the repository at this point in the history
…elopment_React_Angular_Vue

[+] Additions to React Roadmap
  • Loading branch information
anandhu720 authored Sep 19, 2021
2 parents 447bac0 + dd751e5 commit 9a6beed
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Frontend_Web_Development_React_Angular_Vue/React/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
- [ ] ES6 template literals
- [ ] JSX Attributes and Styling react elements
- [ ] npm
- [ ] Creating React App

- [ ] Creating React App (Include setup for Windows/Linux/Mac)
- [ ] The anatomy of a React App and Concept of Virtual DOM
- [ ] Installing the React Developer Tools
### Week 2
- [ ] Components
- [ ] Class components
- [ ] Function components
- [ ] import,export,modules
- [ ] Functional components
- [ ] import, export, modules
- [ ] React Props vs State
- [ ] Mapping data to components
- [ ] Using the React Developer Tools (Preferrably a video)
### Week 3
- [ ] List and Keys
- [ ] Composition vs Inheritance
Expand All @@ -32,11 +34,11 @@
### Week 5
- [ ] Common hooks(useRef,useContent etc)
- [ ] Refs
- [ ] Writiing your own hooks *High order
Components
- [ ] Writiing your own hooks *High order Components
- [ ] Fibre Architecture
### Week 6
- [ ] Multi page react app
- [ ] Multi page react app (React Router)
- [ ] Good Coding Practices
- [ ] Context
- [ ] Render Props

Expand All @@ -47,11 +49,12 @@ Components

### Week 8
- [ ] REST API Calls
- [ ] Using built-in Fetch API
- [ ] Axios
- [ ] Unfetch
- [ ] Superagent

### Week-9
- [ ] Testing
- [ ] Jest
- [ ] React Testing Library
- [ ] React Testing Library

0 comments on commit 9a6beed

Please sign in to comment.