Skip to content

version 2.0.0 🎉

Compare
Choose a tag to compare
@ArrayZoneYour ArrayZoneYour released this 14 Jan 06:55
2b49e2c
  • fix(SSR): Fix the crash issue when switch route on client side.
  • feat(types): Add types for SSR props and update docs.
  • feat(SSR): Add asyncState API to support Next/SSR
  • feat(types): Improve type safety of getState.
  • build(microbundle): use microbundle to generate and compress the bundle.
  • refactor(Global): move the global variable to a seperate module.
  • docs(middleware): Add document for new API.
  • feat(devTools): Add the reduxDevTools middleware.
  • refactor(middleware): Use middleware to complete the hooks feature.