Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from reduxjs:master #311

Open
wants to merge 814 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
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 : )

raulsanchez1024 and others added 23 commits September 20, 2023 07:30
`getDefaultMiddleware` has been marked as deprecated.

Prefer to use the callback notation for the middleware option in configureStore to access a pre-typed getDefaultMiddleware instead.
Update to use specialized `getDefaultMiddleware().prepend()` to correctly preserve the types of the middleware in Typescript.
add links to egghead RTK Query tutorial
Changed TypeSCript to TypeScript at the bottom for the testing section.
Update documentation to use `getDefaultMiddleware().prepend(loggerMiddleware)`
Update ConfiguringYourStore.md
Highlight next line as {renderedPosts} in example changes to {content} for the reader following along.
aryaemami59 and others added 30 commits September 12, 2024 06:12
fix duplicated line and wrong status.
We get "selectAllPosts" and "selectPostById" as a result of destructuring "postsSlice.selectors" field.
Fixed a typo and changed highlighting
Add redux.dev course callouts
Fix typo in documentation: redux essentials
…#4761)

* exclude menu and TOC items from the visited link styles for better UX

for better UX, menu and TOC items style should indicate only one thing, which is the current read item

* exclude nav items from the visited link styles for better UX
typo in part-4-using-data.md
If I understood correctly, we want just to refetch getPosts via additional id in tag, but disable the refresh of each one by getPost endpoint (which is different request).
fix(rtkq-advanced-patterns): endpoint missprint
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.