So far we’ve made use of the useState Hook which enables us to create state within our functional components. We’ve used the concept of state to manage the user input in the search field and generate a filtered list of courses based on the state value.

In this episode we’re going to cover another React Hook: the useEffect hook. By using this hook you’ll be able to handle side-effects in your application very easily.

#react #reactjs #react-hooks

Modern React From The Beginning - Episode 09: Using The Effect Hook
1.05 GEEK