React


How to Create a Download Button Using React

A guide on creating a download button using React.

reactjavascriptweb-development

React 18 useEffect Double Call for APIs: Emergency Fix

React 18 API Calls need an Emergency Fix!

reactreact-18useeffect

Custom Select Component in React and Styled Components

A guide on how to create a custom dropdown in React.

reactstyled-componentsweb-development

7 React Native Open Source Projects to Become a Better Mobile App Developer

One of the best ways to improve your development skills is to read a lot of code. The open-source project is the most valuable resource for learning about best practices, coding styles, and other…

react-nativereactmobile-app-development

Create Multiple Layouts Components with React Router

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…

javascriptprogrammingreact

7 React Frameworks for Developers to Use in 2022

Comprehensive list of React frameworks for software developers to increase website speed and responsiveness in 2022.

reactframeworksjavascript

Upload Files to Google Cloud Storage from React

A tutorial on how to upload files to Google Cloud Storage from React using Node.js and Multer

reactnodejsgoogle-cloud-storage

Meet React useEvent(): The Latest and Greatest React Hook

Hailed as the “missing piece in the original Hooks release”, useEvent() will change the way you write modern React.

reacthooksjavascript

How to Pass Data Between Pages in react-router-dom V6?

3 ways of passing data between pages in react-router-dom V6

reactreact-routerreact-router-dom

Mock Your Hooks to Make Testing Simpler

Mocking with Jest can have a weird learning curve. Let's see how to mock those hooks.

reacttestingjest