DEV Community

Discussion on: Discuss: React Hooks and Life After the Container-Component Pattern

Collapse
 
arntj profile image
Arnt Joakim Wrålsen

I've started using React Hooks and find that they let you write better and cleaner code. The downside is that they are very different from the "traditional" approach in React and it takes some time to get your head around them. This can be an issue in a team where many devs are used to the "traditional" way of developing React components and don't really have the time or energy to re-learn everything they know about React.