solydhq / react-router-title

Dynamic document title component for react-router with sub-route support
MIT License
13 stars 1 forks source link

Move callback into useEffect hook #2

Closed gcascio closed 4 years ago

gcascio commented 4 years ago

A React component should not cause side effects in other components during rendering by calling setState from another component:

https://reactjs.org/blog/2020/02/26/react-v16.13.0.html