redux-saga

1. Iterators and generators 1. Iterator iterator 1.1. Why iterators are needed 1.2. What is iteration Iterator is the process of continuously extracting data from a data collection in a certain order. The role of Iterator Provide a unified interface for various data structures Enables the members of a data structure to be arranged in […]

react 10 state management tool 2 redux + react-redux +redux-saga

Table of Contents React 10 state management tool 2 redux + store/index.js entry file actionType.js file of actions constants rootReducer.js The total reducer is used to aggregate the reducers of all modules rootSaga.js The total saga is used to aggregate the saga of all modules store/form/formActions.js synchronously modify isShow store/form/formReducer.js synchronously modify isShow store / […]

Redux, react-redux, redux-thunk, redux-saga, @reduxjs/toolkit understanding and use, differences and usage scenarios?

redux, react-redux, redux-thunk, redux-saga, @reduxjs/toolkit understanding and use, the difference between redux and react-redux, the difference between @reduxjs/toolkit and react-redux, redux-saga and @redux -thunk difference and usage scenarios? 1. redux understand use 2. react-redux understand use 3. Talk about the difference between redux and react-redux: 4. Tell me about your understanding of @reduxjs/toolkit? What is […]