Material-ui decided to deprecate the hook API in v5 in favour of the styled API.
I worked with them to provide an alternative under the form of a third party module for people who prefers JSS over styled. Ref.
It's mentioned in mui's migration guide from v4 to v5.
It also features a, type-safe by design, version of the withStyles
HOC.
Checkout tss-react
Top comments (1)
I already tried it it and I like it. Nice work!