streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 opened on Feb 7, 2020

 (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
 (PR metrics pending)

Description

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

Contributor guide