thoughts, ideas, and insights on web design and development
An intro to design patterns and me sharing an overview on how I implemented the factory design pattern in one of my recent projects and when you should use it.
A quick guide on the 'Container-Presenter' pattern and it's implementation in React
A simple guide to get you started with React Server Components, their benefits, and how to implement them in your Next.js application.
A simple guide on what are Compound Components in React and how to use this pattern in your react application
A simple guide to implement keyboard shortcuts in React applications without having to use any third-party libraries.