Blogs (Page 1)
- Treat Errors as First-Class Citizens In this article, we will discuss how to treat errors as first-class citizens in your application. We will explore how to handle errors gracefully and provide a better developer experience.
- Component Tunnelling in React.js Component Tunnelling is a rather underrated pattern in React.js to allow components to communicate with each other without having to be located in a direct parent-child relationship.
- RIP Higher Order Components, You Were a Headache I Won't Miss In this blog post, I will be discussing the evolution of React patterns and how we can use the new React features to write cleaner and more maintainable code (featuring my favourite Next.js library)