Skip to content

[pull] master from reduxjs:master#311

Open
pull[bot] wants to merge 896 commits intostackriot:masterfrom
reduxjs:master
Open

[pull] master from reduxjs:master#311
pull[bot] wants to merge 896 commits intostackriot:masterfrom
reduxjs:master

Conversation

@pull
Copy link

@pull pull bot commented May 1, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

EskiMojo14 and others added 30 commits October 30, 2025 02:18
Docs: Enhance and correct selector memoization example in Essentials Part 6
… api.util.updateQueryData) in Part 8 Essentials
…ryData

docs: fix incorrect reference to api.util.updateCachedData (should be…
Correct the documentation for the `PostsList` component
to use the type-safe `useAppDispatch` hook.

The example previously used the untyped `useDispatch` hook
from `react-redux`. The corrected version reflects the
recommended approach for working with Redux Toolkit and TypeScript,
which provides stronger type-checking and improved developer experience.
Use typed useDispatch in PostsList example
Fixes a grammatical error in the summary section of the Redux Toolkit
tutorial. The phrase "what how the app looks" was corrected to
"how the app looks" to improve clarity

This ensures the documentation is grammatically correct and meets
high professional standards.
docs(what-you-have-learned): Correct grammar
Corrects an incomplete sentence structure in the "Redux Essentials,
Part 7:RTK Query Basics" documentation page. The original sentence was
missing the relative pronoun "that" or a suitable participle, making it
grammatically incorrect and slightly confusing.
Lost my domain name to some dodgy scam site, so just want to update this link to my newer site.
…on (#4809)

* docs(GettingStarted): update and expand project setup templates section

This change:
- Adds instructions for Vite, CRA, Expo, and React Native templates.
- Moves the Next.js `with-redux` example to a separate section as a community template.

* Changed degit npm module with tiged for cloning the templates
The existing documentation implies that standard slices *only* export
action creators and reducers. This can create confusion when users
compare this with fuller implementations within the codebase, such as
the `postsSlice.ts` example shown earlier in Part 6.

That file demonstrates that robust slices require exporting additional
items like async thunks, types, selectors, and listener middleware.

This change updates the wording to clarify that the original statement
refers to the *minimal* exports needed from `createSlice`, providing
better and unambiguous context before contrasting with `createApi`
exports.
Docs: Update 'Balance Selector Usage' section
Remove redundant wording "adding" to resolve a tautology. The original
sentence phrasing "adding resulting in" was grammatically incorrect.

This update clarifies the logic flow where concurrent thunks trigger
duplicate state updates, ensuring a smoother reading experience for
developers learning async logic in Part 5.
docs(part-5): fix thunk logic grammatical error
The Part 6 tutorial code snippet contained a leftover <Redirect />
component from React Router v5.
This change removes the legacy line to harmonize the documentation with
the v6 logic used in the official CodeSandbox examples.
Update part-8-rtk-query-advanced.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.