DEV Community

Discussion on: React State Pattern | Day 8

Collapse
 
martinpham profile image
Martin Pham

Cool guide. However you might want to try functional component with hooks also!

Just don’t forget to understand the differences between class component vs functional component. Each of them has pros and cons, depends on the requirements.