Last updated
Last updated
See redux for base redux(global state management)
React component's state and action dispatching methods/event handles is now passed in as props by redux
So redux changes passed in as props, trigger rerender
Wrapper handle state management/redux and dispatchs presentational comps can do
Present their props just as normal react components and use their prop callbacks
Forms can keep track of their own state so UI can sync
Provide your store to all your React components, wrap your app
Connect store state to component props