DEV Community

Discussion on: Fetching data from an api using React/Redux

Collapse
 
erkaner profile image
erkaner

Hello! Is it possible to use a function component instead of a class component for ProductView ? How would the code change with useEffect hook? Thanks!

Collapse
 
markusclaus profile image
Markus Claus

I actually wrote an article about React Hooks not long ago and there is an example for a fetch hook. Check it out