@ovineko/spa-guard-react
v0.0.4
Published
React hooks, components, and error boundaries for spa-guard
Maintainers
Readme
@ovineko/spa-guard-react
React hooks, components, and error boundaries for spa-guard.
Install
pnpm (recommended):
pnpm add @ovineko/spa-guard-react @ovineko/spa-guard reactnpm:
npm install @ovineko/spa-guard-react @ovineko/spa-guard reactyarn:
yarn add @ovineko/spa-guard-react @ovineko/spa-guard reactbun:
bun add @ovineko/spa-guard-react @ovineko/spa-guard reactdeno:
deno add npm:@ovineko/spa-guard-react npm:@ovineko/spa-guard npm:reactUsage
import { lazyWithRetry } from "@ovineko/spa-guard-react";
const LazyHome = lazyWithRetry(() => import("./pages/Home"));Documentation
Full documentation: ovineko.com/docs/spa-guard/react
License
MIT
