UNPKG

state-in-url

Version:

Store state in URL as in object, types and structure are preserved, with TS validation. Same API as React.useState, wthout any hasssle or boilerplate. Next.js@14-16, react-router@6-7, remix@2, and Astro.

3 lines (2 loc) 99 B
import React from 'react'; export declare const useIsomorphicLayoutEffect: typeof React.useEffect;