DEV Community

Discussion on: How to Build a Ticking Clock With REACT

Collapse
 
mistergiga profile image
giga bokuchava

Nice post, but why do "We need to change it from a functional component to a class-based component"? Functional components are advised to use even from React documents.

Collapse
 
olanetsoft profile image
Idris Olubisi💡

Thank you 😊 well Its a free opinion, you can also achieve the same with a functional component.