- Redux has no relation to React.
- Redux works really well when you use a library (like React) that let you describe UI as a function of state, and Redux emits state updates as a response to user actions.
- Read here, https://github.com/reactjs/react-redux/blob/master/docs/api.md#provider-store about Redux API.
No comments:
Post a Comment