v1.0.0
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 getLoadingContext
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!