0% found this document useful (0 votes)
30 views

React-Redux Learning: Sujit Kumar Killi

This document outlines topics for learning React and React-Redux including basics of React like JSX, components, props and state, lifecycle methods, forms, API requests, refs, and hooks. It also covers basics of Redux like actions, reducers, integrating Redux with React using connect and mapStateToProps, asynchronous actions with thunk middleware, Redux store design, authentication, forms, and building RESTful React apps. Examples provided include a pseudo YouTube app, widget navigator, blogs app, and Twitch-type app.

Uploaded by

Sujit Killi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

React-Redux Learning: Sujit Kumar Killi

This document outlines topics for learning React and React-Redux including basics of React like JSX, components, props and state, lifecycle methods, forms, API requests, refs, and hooks. It also covers basics of Redux like actions, reducers, integrating Redux with React using connect and mapStateToProps, asynchronous actions with thunk middleware, Redux store design, authentication, forms, and building RESTful React apps. Examples provided include a pseudo YouTube app, widget navigator, blogs app, and Twitch-type app.

Uploaded by

Sujit Killi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

React-Redux Learning

Sujit Kumar Killi


 Basics Of React :-

 Understanding React and its purpose

 JSX syntax and usage


- difference from normal HTML

 Component types – Class and Functional


- usage
- differences in between both approaches
 React :-

 Props and State system


- usage as per purpose

 Life Cycle methods


- purpose and usage

 Forms in React
- handling data to and fro
 React :-

 API request through React

 Refs for DOM access

 Hooks in React
- useState , useEffect and useRef usage
- their usage

Eg. Psuedo - Youtube


 React :-

 Basics of Navigation in React


- good and bad ways

Eg. Widget Navigator


 React-Redux :-

 Purpose and Usage


- basics of Action Creators, Reducers
- rules of usage

 Integrating Redux with React


- Provider component and connect function
- mapStateToProps function
 React-Redux :-

 Async Action with Redux


- Using APIs with redux thunk middleware

Eg. Blogs App

 Redux Store design


 React-Redux :-

 Authentication with React-Redux


- Using Google ouath2.0

 Handling Forms in React-Redux using Redux Form

 Rest based React Apps.

Eg. Twitch type App.


 React-Redux :-

 React Portals

You might also like