Custom Select Component in React and Styled Components
A guide on how to create a custom dropdown in React.
A guide on how to create a custom dropdown in React.
In a previous blog, we created our own React layout component with a header and footer. In this blog, we going to create multiple layout components. Follow the “Create Your Own Layout Component in…
Comprehensive list of React frameworks for software developers to increase website speed and responsiveness in 2022.
A tutorial on how to upload files to Google Cloud Storage from React using Node.js and Multer
Hailed as the “missing piece in the original Hooks release”, useEvent() will change the way you write modern React.

3 ways of passing data between pages in react-router-dom V6
Mocking with Jest can have a weird learning curve. Let's see how to mock those hooks.

Add support for switching themes in your React App - no libraries, from scratch, in a simple way. All we need is React's Context API and CSS.