Description
Introduction to React js | why React.js | React js tutorials in hindi
Syllabus :
- React js basics | jsx | props | state
- React Router v4 | react router dom
- connecting react js with nodejs (express)
- Displaying server response on our react js...
- fetching data from nodejs (express) server...
- deleting data from nodejs (express) server...
- changes to be done on production level |...
- introduction to redux | why redux
- Redux with react js basics | store
- Action creators and redux thunk for...
- combine one or more reducers in redux
- Adding redux in our MERN stack project
- fetching data from server with redux included
- posting and delete from server with redux...
- Route parameters or params
- Higher order components or hoc in...
- React Component Lifecycle methods or...
- useState Hook in react js | React hooks tutorial
- useEffect Hook in react js | React hooks tutorial
- jokes fetching app using react hooks
- refs and useRef hook in react js
- React Fragments
- context in react js | context api
- useContext hook and multiple context in reac...
- useReducer hook in react js
- context with useContext + useReducer for state...