redux
redux copied to clipboard
A JS library for predictable global state management
### Prior Issues - https://github.com/reduxjs/redux/pull/3524 - https://github.com/reduxjs/redux/issues/3482 ### What is the current behavior? **Code** ```ts // Here's the original reducer type CounterAction = { type: 'INCREMENT' } | { type:...
## What docs page is being added or updated? This bit: https://redux.js.org/style-guide/style-guide/#treat-reducers-as-state-machines - **Section**: #treat-reducers-as-state-machines - **Page**: Redux Style Guide ## For Updating Existing Content ### What updates should be...
This is a tracking issue to cover all work related to updating the "Other" section, as well as any other bits of content. ## Tasks - [x] Drop the "Feedback"...
The Docs Rewrite should contain a "Data Fetching and Caching" Page that discusses peculiarities of data-fetching itself as well as implementation advice, both with redux as well as some advice...
This is a tracking issue for all work related to adding a new "Using Redux with a UI" section. Prior reference: #2591 . ## Tasks - [ ] Rewrite "Usage...
As seen in my [React/Redux links list](https://github.com/markerikson/react-redux-links), there's _tons_ of useful and relevant info about all things Redux online. The docs themselves can only cover so much actual info, and...
This PR: - [X] Bumps Node versions in CI to 20 - [X] Upgrades package manager to Yarn 4
**This PR**: - [X] Adds `.gitattributes` file to make line endings more consistent.
**This PR**: - [X] Adds Expo and React Native examples to CI workflow.
--- name: :book: New/Updated Documentation Content about: Adding a new docs page, or updating content in an existing docs page --- ## PR Type Updating existing page ## Checklist -...