Tag: react

Improve React US With Skeleton UIs

Improve React UX with skeleton UIs

Dev

Learn how to use skeleton UIs in your React apps to make your interface feel faster, more responsive, and richer to improve user experience.

Paramanantham Harrison
Feb 28, 2022 ⋅ 10 min read
React Rematch Level Up State Management

Level up your state management with Rematch

Dev

Explore how Rematch works, elaborate on its features, then build a simple to-do application to demonstrate how to use Rematch.

Chiamaka Umeh
Feb 28, 2022 ⋅ 5 min read
Self Hosting Create React App

Best options for self-hosting Create React App

Dev

Self-hosting a React application can be very economical, especially if your intention is to have total control over your deployment, build tools, and workflow.

Emmanuel Etukudo
Feb 25, 2022 ⋅ 4 min read

Building a responsive dashboard with Base Web and React

Dev

Base Web is a powerful UI library with plenty of dev-friendly features. In this guide, earn how to use it to build a responsive dashboard.

Emmanuel Yusuf
Feb 22, 2022 ⋅ 8 min read
React Router Hooks Cleaner Component

Cleaner components with React Router Hooks

Dev

React has advanced through the introduction of Hooks, which allow the package to work well with functional components instead of normal class-based methods.

Nathan Sebhastian
Feb 21, 2022 ⋅ 4 min read

How to build a hash generator application with React

Dev

Build a React application that will hash both text and files in this step-by-step tutorial and example build.

Rose Chege
Feb 8, 2022 ⋅ 8 min read
Full-Stack App Tutorial NestJS React

Full-stack app tutorial with NestJS and React

Dev

This tutorial illustrates the combined power of NestJS and React by using both to build a full-stack video streaming application.

Clara Ekekenta
Feb 7, 2022 ⋅ 17 min read
Building A Half Star Rating Component React

Build a half-star rating component in React from scratch

Dev

In this post, learn how to use CSS in React to create simple star rating components, half star rating components, and specific-number precision components.

Shubham Verma
Feb 7, 2022 ⋅ 9 min read
CI/CD Pipelines Using React GitHub Actions Heroku

CI/CD pipelines using React, GitHub Actions, and Heroku

Dev

Explore CI/CD with React, GitHub Actions, and Heroku to automate the delivery of your software product, making it faster and easier to maintain high quality.

Zafar Saleem
Feb 3, 2022 ⋅ 7 min read
React 18, Redux 8, And TypeScript: What You Need To Know

React 18, React Redux 8, and TypeScript: What you need to know

Dev

Learn what you can expect from the React Redux 8 beta, how it works with React 18, and its TypeScript codebase conversion.

Samson Omojola
Feb 2, 2022 ⋅ 5 min read
Export React Components Images html2canvas

Export React components as images using html2canvas

Dev

Learn how to use html2canvas to export React components as images. Export multiple tables and graphs from a page in one go.

Vijit Ail
Feb 1, 2022 ⋅ 5 min read
Build Modal React Portals

Building a modal in React with React Portals

Dev

Learn how to use React Portals to build a modal. This method can also be applied to building other top level components, like overlays or tooltips.

Sai Krishna
Jan 31, 2022 ⋅ 11 min read