-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[2.0] Finalize docs #3744
Comments
Should add the copy-paste of the extracted errors page, per #3374 |
new selectSlice method of slices will need documenting: #3838 |
Check uses of augmentation like |
Need to update the Redux templates, too. |
Not 2.0 related, but we should add something to "RTK TS Usage" saying you need to explicitly cast |
as per #3895 we should probably mention |
Land the Next usage docs PR here and in the core site |
Update all repo READMEs with whatever the latest template and descriptions are |
since the migration guide mentions the stability dev check, it should mention the identity function check too |
Figure out any docs changes that might be needed and update them:
RTK
selectSlice
@reduxjs/toolkit/dist
in the docsgetState() as RootState
plus an explicit return typeisAction
in the migration guideParametricSelector
removal (andweakMapMemoize
as default?)middleware
comes beforeenhancers
so we can infer types forgetDefaultEnhancers
correctlyCore
isAction
andisPlainObject
createStore
deprecation in the core API refRelease Notes
createStore
deprecationcreateStore
deprecationweakMapMemoize
,lruMemoize
, and dev checksThe text was updated successfully, but these errors were encountered: