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
ambiguity of keys, with named: true it is rule names, with named: false it is selectors
SSR requires a different class name generation algorithm
JSS without jss-namespace plugin generates global selectors.
Once plugin is used, class names are generated using counter, like it is right now + user can specify a function which can use for e.g. murmurhash to generate an id. This will make it predictable and enable rehydration. #221
The text was updated successfully, but these errors were encountered:
What if we move global styles to a separate plugin?
We can make then an option {global} as well as json key global, which will allow to create global styles right within local sheet.
Problems it solves:
JSS without jss-namespace plugin generates global selectors.
Once plugin is used, class names are generated using counter, like it is right now + user can specify a function which can use for e.g. murmurhash to generate an id. This will make it predictable and enable rehydration. #221
The text was updated successfully, but these errors were encountered: