Tag: react

Smarter Redux With Redux Toolkit

Smarter Redux with Redux Toolkit

Dev

Redux Toolkit eliminates many of the lingering critiques against using Redux for state management.

Zain Sajjad
Apr 8, 2022 ⋅ 10 min read
Building An Accessible Menubar Component In React

Building an accessible menubar component using React

Dev

Learn how you can create an accessible Menubar component with React that adheres to the WAI-ARIA design pattern for a menubar widget.

Andrew James
Apr 1, 2022 ⋅ 16 min read

Using the FileReader API to preview images in React

Dev

The FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a React app.

Joseph Mawa
Mar 31, 2022 ⋅ 7 min read
React Substrate Blockchain

Substrate blockchain application with a custom React frontend

Dev

We’ll base our custom React frontend on the Substrate Frontend Template, forking it and customizing it by extending the template with some specific UI elements.

Mario Zupan
Mar 31, 2022 ⋅ 11 min read
Usereducer Web Workers

How to place React useReducer Hooks into web workers

Dev

When a resource is loading, users can’t perform actions like clicking, selecting, or dragging elements. web workers help us to solve this problem.

Popoola Temitope
Mar 28, 2022 ⋅ 4 min read

Deploy a React app to Kubernetes using Docker

Dev

Deploy a containerized React application to Kubernetes with minikube and kubectlin in this handy, step-by-step guide.

Carlos Mucuho
Mar 25, 2022 ⋅ 5 min read
React Location Logo

Client-side routing in React with React Location

Dev

A new routing library called React Location includes some neat features that make life easier for React developers.

Tharaka Romesh
Mar 24, 2022 ⋅ 7 min read
Upload Images React Firebase

Customize email templates when using Firebase in React

Dev

Generate custom email action links in Firebase to customize the verification and authentication emails automatically sent to users.

Taminoturoko Briggs
Mar 24, 2022 ⋅ 11 min read
React Custom Alert Message

Create a custom React alert message

Dev

Build your own custom alert message component to display errors, information, and success messages to your users.

Ekekenta Odionyenfe
Mar 23, 2022 ⋅ 4 min read

Why you should use a proxy server with Create React App

Dev

Learn why and how to implement a proxy server with Create React App to secure and organize your next React app.

Joel Adewole
Mar 22, 2022 ⋅ 5 min read
Using TinyBase For Reactive State Management

Using TinyBase for reactive state management

Dev

TinyBase is a new state management library that provides a structured, SQL-like approach to data manipulation and uses no dependencies.

Elijah Asaolu
Mar 21, 2022 ⋅ 4 min read
Using React useEffect Hook Lifecycle Methods

Using React’s useEffect Hook with lifecycle methods

Dev

Learn about lifecycle methods in React and how we can use the useEffect Hook to use lifecycle methods in functional components.

Leonardo Maldonado
Mar 17, 2022 ⋅ 6 min read