cssinjs / jss

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

Use hooks API inside the HOC #1505

Closed kof closed 3 years ago

kof commented 3 years ago

In order to rely on the same logic but still keep the HOC interface for backwards compatibility, lets use hooks inside of the HOC.

Hooks interface is missing classs merging feature HOC has, we need to address this first in #1276

kof commented 3 years ago

released in https://github.com/cssinjs/jss/releases/tag/v10.7.0