-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Docs: More Style Guide entries #3759
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
Comments
Is slice usage should not be the default usage? Or toolkit usage should stay in redux-toolkit doc only? |
@tony-go Not sure what you're asking. Can you clarify? |
Sorry 🙈 ! As items to add, you do you think about to use createSlice (toolkit) as default usage? In this section => https://redux.js.org/basics/reducers |
Per reduxjs/redux-toolkit#521 , possibly add a recommendation for the |
Recommendation like |
@Luchanso Nice, thanks for the suggestion! |
Going to mark this as resolved. I don't think we specifically should add the |
What docs page is being added or updated?
For Updating Existing Content
What updates should be made to the page?
Some additional items I'd like to add:
connect
reducer
in the name (ie,state.users
, notstate.usersReducer
)Any others we should add?
The text was updated successfully, but these errors were encountered: