React


Custom Select Component in React and Styled Components

Custom Select Component in React and Styled Components

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

ReactStyled ComponentsWeb Development
Create Multiple Layouts Components with React Router

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

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

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

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?

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

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
Advanced Page Transitions in Next.js with Router Events and GSAP

Advanced Page Transitions in Next.js with Router Events and GSAP

NextjsReactGsap
Build a Custom Theme Provider Using React's Context API

Build a Custom Theme Provider Using React's Context API

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.

ReactTypescriptCSS
Why you shouldn’t always use “useState”

Why you shouldn’t always use “useState”

ReactUsestateReact hooks