4.0.0: First-class Typescript Support
-
🎉 The library is now fully Typescript, provides an ES6 module export, and provides native type bindings.
-
🐛To support tree-shaking, we've switched to the Rollup bundler
-
⚠️ All imports are now ES6 relative imports, changeimport Loading from "@doist/reactist/lib/loading"
to
import { Loading } from "@doist/reactist"