Skip to content

4.0.0: First-class Typescript Support

Compare
Choose a tag to compare
@vishnugopal vishnugopal released this 28 May 05:35
  • 🎉 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, change

    import Loading from "@doist/reactist/lib/loading"
    to
    import { Loading } from "@doist/reactist"