39 ms·
Since switching to React functional components I haven't once felt a need to switch back to class based components. The hook ecosystem just feels right. I suppo
by porlune 5y ago
Since switching to React functional components I haven't once felt a need to switch back to class based components. The hook ecosystem just feels right. I suppose it's a matter of opinion at this point, but I do really appreciate the hook feature of React.
- rafaelturk 5y agoI share this vision. React functional components coding experience is amazing..
- Scarblac 5y agoSame here, writing custom books is also a really clean way to make components less cluttered.