DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
lawrence_eagles profile image
Lawrence Eagles • Edited

React Hooks. Thrilling experience with the functional programming approach, plus it takes away the pain of writing verbose class components. useEffect just saves me the mess in componentDidUpDate and code reusability makes things cleaner.