You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use Redux for saving my current theme I use in Material UI. They use a wrapper that provides the theme and as such I have a component that uses a selector to get the current theme and apply it. The issue is that I need to hydrate all pages for it to work meaning I have to create lots of empty getServerSIdeProps functions and connect pages which leads to alot of boilerplate.
Describe the solution you'd like
I would like the ability to turn on hydration for all pages regardless of if it is connected or not.
Describe alternatives you've considered
Right now I just connect pages with empty getServerSIdeProps functions.
Additional context
Nothing.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use Redux for saving my current theme I use in Material UI. They use a wrapper that provides the theme and as such I have a component that uses a selector to get the current theme and apply it. The issue is that I need to hydrate all pages for it to work meaning I have to create lots of empty getServerSIdeProps functions and connect pages which leads to alot of boilerplate.
Describe the solution you'd like
I would like the ability to turn on hydration for all pages regardless of if it is connected or not.
Describe alternatives you've considered
Right now I just connect pages with empty getServerSIdeProps functions.
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: