Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 320 Bytes

File metadata and controls

7 lines (5 loc) · 320 Bytes
usehooks-ts major

Add priority setting to useLocalStorage.

For persisted settings that affect initial render and the page layout, you can use { priority: 'max' }; this will cause the hook to compose useLayoutEffect instead of useEffect to ensure the most rapid update and help avoid UI jumpiness.