DEV Community

Discussion on: How to sync props to state properly in React Hooks

Collapse
 
guico33 profile image
guico33

Beware though, as syncing props and state is usually an anti-pattern.

Collapse
 
learnwithparam profile image
Paramanantham Harrison • Edited

True, we need to avoid syncing as much as possible. This is just to show an example