Skip to content

v1.0.0

Compare
Choose a tag to compare
@victortrusov victortrusov released this 30 May 10:44
· 11 commits to master since this release

React Router 6 support is here!

  • Support of React Router 5 was dropped as it's hard to support both v5 and v6 (use version 0.4.2 for React Router 5)
  • Project was migrated to Typescript and Vite
  • new hook useLoadingContext() to get LoadingContext

To migrate your project to React Router 6 use this article but import Routes and Route from react-router-loading instead of react-router-dom.

🖤 thanks @jayarjo and everyone else for great ideas!