JSS is a jss package wrap for React. Support using all kinds of css style within js, include pseudo class and animation.
yarn add @sudoo/jss
# Or
npm install @sudoo/jss --save
The JSS instance must be registered before any component mount.
import { Register } from "@sudoo/jss";
Register.register();