- Bernard BadoNovember 30, 2021Mastering React PropTypes
React's PropTypes is a powerful tool for developers to use when building their projects. It can be used to validate the data that a component receives as…
- Bernard BadoNovember 30, 2021Static Type Checking in React
As the javascript projects have become more and more complex. More and more developers started using static type checking. They use static type checking to…
- Bernard BadoNovember 30, 2021Scroll to an Element in React
When I'm thinking about the things I learned way too late in my React journey. There is one feature that immediately comes to my mind - scrolling. I decided to…
- Bernard BadoNovember 30, 2021Where to Store Images in React App
I often find myself wondering where to store images in React app. Especially when I'm starting a new project. I decided to do a little bit of research to find…
- Bernard BadoNovember 28, 2021How to Implement a Like Button in React
After reading this article, you’ll understand how to implement and add eye-catching interactions to buttons in your React application. 🤘 We’ll implement the…
- Bernard BadoNovember 24, 2021When to Use Context API vs Redux
If someone would ask me, what's the most important piece of any website . My answer will always be the same. It's the application state . After all, it's the…
- Bernard BadoNovember 23, 2021React JS - When Is Render Called
React has become one of the most popular JavaScript frameworks in the world. With an ever-growing team of developers, Facebook has been working hard at making…
- Bernard BadoNovember 22, 2021How to Animate React Application
After reading this article, you’ll understand how animations in React work. Know all the available tools and libraries we have at our disposal, but most…
Popular Posts
Explore Topics
- Money(2)
- Productivity(6)
- React(43)
- Web Development(1)