streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 opened on Feb 7, 2020

View on GitHub
 (2 comments) (3 reactions) (0 assignees)TypeScript (3,273 forks)batch import
bugenhancementgood first issuehelp wanted

Repository metrics

Stars
 (43,979 stars)
PR merge metrics
 (Avg merge 1743d 9h) (1 merged PR in 30d)

Description

currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.

Contributor guide