564 Views
In last week's blog, I covered how to fetch data into a class component and a function component with React Hooks. Today, we will cover how to implement a modal in both types of components and compare the key differences. We will start with the class component's implementation.
0 comments