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