Hello 👋!
I'm Guilherme Ferreira
I'm a Software Architect and a minimalist aspirant 🌱. Passionate by product development and a continuous improvement enthusiast.
Blog
React components doing too much (and how to simplify them)
Do you have the feeling that some of your components are doing too much? Do you have too many boolean props? Find here how to simplify them.Avoiding Booleans in React Components with a State Enum
Did you notice that your React Components tend to have a ton of booleans** (isLoading, hasErrors, ...) that you use to control the state of your component?The value of Continuous Refactoring
Refactoring is a key development tool that we don't learn while learning to program. Why should we learn the practices and make them part of our flow?