component driven development
- web dev
The styled-components happy path
When we extend the component mindset to our CSS, we gain all sorts of new superpowers: The ability . . .
- react
Five common mistakes writing react components (with hooks) in 2020
Using useState when no rerender is needed Using router.push instead of a link Handling actions via . . .
A Guide to Component Driven Development (CDD)
Key benefits of using CDD: Faster development: Separating development into components lets you . . .