KIVI DID

Refactoring React - Cleaning up return()

Get outta here with that logic

Read more

Refactoring React - Component Composition and Reuse

Keeping components simple and focused

Component composition is one of React's most powerful features. In my experience, however, it's often underutilized and misunderstood. As a React project becomes more complex, it's important to create reusable and composable components.

Read more