React Hooks can be used to do basically the same thing, but they have slightly different use cases. Here are some rules for you to consider when deciding which React Hook to use.useEffect: If you don't need to interact with the DOM at all or your DOM changes are unobservable (seriously, most of the time you should use this)use
Sort: