-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[BC Break] Retire redux #7177
[BC Break] Retire redux #7177
Conversation
I'm surprised that the build of the e-commerce demo doesn't change much:
While bundlephobia tells me that react-redux alone weighs 5,4 kB. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still a dependency to "@types/react-redux": "^7.1.1"
, in the main react-admin/package.json
, I don't know if it's necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an eslint warning left
<Admin customReducers>
<Admin initialState>
<Provider>
in<Admin>
redux
andreact-redux
packages