clear-react-router 1.9.1 → 1.9.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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,6 @@ It provides first-class support for:
|
|
|
31
31
|
- **Prefetching** - Preload data on hover for instant navigation
|
|
32
32
|
- **Lazy Loading** - Code-split your routes with dynamic imports for optimal performance
|
|
33
33
|
- **Scroll Restoration** — Automatically saves and restores scroll position when navigating back to a page (preserves user's scroll position)
|
|
34
|
-
- **Typed Query Param** — Type-safe reading and writing of URL query parameters with built-in parsers for strings, numbers, booleans, arrays, and Zod schemas
|
|
35
34
|
- **Flexible API** - Use components or hooks as you prefer
|
|
36
35
|
- **Browser History** - Full support for browser back/forward buttons
|
|
37
36
|
- **Context-aware** - Pass and update context through routes
|