redux icon indicating copy to clipboard operation
redux copied to clipboard

A JS library for predictable global state management

Results 82 redux issues
Sort by recently updated
recently updated
newest added

The "Essentials" tutorial currently uses _only_ plain JS for all of the examples and content. If you want to learn how to use Redux with TS, we have two separate...

docs

Our docs currently teach app setup based on a standard SPA-style approach, and specifically with use of Create-React-App. Related, our installation instructions currently point to the two RTK templates for...

docs

## Steps To Reproduce 1. Click "View Post" for any post 2. Click the reactions Link to code example: The codesandbox [here](https://redux.js.org/tutorials/essentials/part-8-rtk-query-advanced#what-youve-learned) ## The current behavior Reactions work for the...

docs

## What docs page needs to be fixed? - Home Page - Tutorial Pages ## What is the problem? As both a new developer (1-2 years experience) and new to...

docs

--- name: :book: Updated Documentation Content about: updating content in an existing docs page --- ## PR Type **update an _existing_ page** ## Checklist - [ ] Is there an...

Hey @markerikson take a look - does this solve https://github.com/reduxjs/redux-toolkit/issues/2068 ?

# Hey, I've created a "Application Setup" under Setup and Organization to provide instruction on how to setup Redux for React Native. I've covered the file structure, adding the React...

Currently the optimistic update code for reactions doesn't update the cache at `'getPost'`. This is a problem when reacting from the SinglePostPage or when reacting from the PostsList when the...

To make it consistent with the previous example Thanks for the PR! To better assist you, please select the type of PR you want to create. Click the "Preview" tab...

--- name: :book: Recommend use of an api cache library in the style guide about: Add a section to the style guide to use RTK Query or an alternative library....