🚀Why TSS
makeStyles is dead. Long live makeStyles.
'tss-react' is intended to advantageously replace the now deprecated @material-ui v4 makeStyles and react-jss by providing much better TypeScript support.
✅ Seamless integration with MUI and material-ui v4.
✅
withStyles
API support.✅ Server side rendering support (e.g: Next.js, Gatsby).
✅ Custom
@emotion
cache support.✅ Build on top of
@emotion/react
, it has very little impact on the bundle size alongside MUI (~5kB minziped).✅ Maintained for the foreseeable future, issues are dealt with within good delays.
✅ As fast as
emotion
(see the difference with MUI'smakeStyles
)✅ Library authors:
tss-react
won’t be yet another entry in yourpeerDependencies
.

Last updated
Was this helpful?