streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 opened on 2020年2月7日

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
 (平均マージ 1743d 9h) (30d で 1 merged PR)

説明

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

コントリビューターガイド