cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.06k stars 397 forks source link

New styled component API #1126

Open kof opened 5 years ago

kof commented 5 years ago

We want to migrate styled-jss to the latest react-version (hooks based) and at the same time make the API more familiar to everyone by implementing some of the emotions API.

Todo

Next

caub commented 3 years ago

I'd love styled-jss to be updated! looking forward to do the same as https://github.com/cssinjs/examples/blob/gh-pages/react-ssr/src/server.js#L3 with styled-jss (I plan to use it with preact btw, also because styled-components is broken with preact, with hooks api)