clear-react-router 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ A lightweight, type-safe routing library for React applications with nested rout
|
|
|
9
9
|
- 🔒 **Navigation Blocking** - Prevent accidental navigation with `useBlocker`
|
|
10
10
|
- ✨ **Smooth Animations** - Page transitions with fade effect (customizable duration)
|
|
11
11
|
- 🏗️ **Static Layout** — Keep navbar, footer, and other elements outside the router to avoid unnecessary re-renders
|
|
12
|
-
- 🎯 **Type-safe Redirects** - Redirect from
|
|
12
|
+
- 🎯 **Type-safe Redirects** - Redirect from beforeLoad hook
|
|
13
13
|
- 📦 **Prefetching** - Preload data on hover for instant navigation
|
|
14
14
|
- 🚀 **Lazy Loading** - Code-split your routes with dynamic imports for optimal performance
|
|
15
15
|
- 🎨 **Flexible API** - Use components or hooks as you prefer
|