Tag: react

Build App MillionJS

Million: Build apps with JSX faster than React and Preact

Dev

Million, like Preact, solves the problem of large React bundles and a heavyweight virtual DOM but adds compilation for further speed enhancements and bundle reductions.

Alex Merced
Jul 27, 2022 ⋅ 4 min read
Building A Custom Checkbox In React

Building a custom checkbox in React

Dev

In this guide, we will cover how to build a custom checkbox in React without sacrificing accessibility for assistive technology.

Ibadehin Mojeed
Jul 19, 2022 ⋅ 10 min read
Implement Typo Friendly Search Components React Apps

How to implement typo-friendly search components in your React app

Dev

Learn how to implement a typo-friendly search component in your React app using a simple API.

Ikeh Akinyemi
Jul 19, 2022 ⋅ 5 min read
Using React With Django To Create An App: Tutorial

Using React with Django to create an app: Tutorial

Dev

Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.

Diogo Souza
Jul 15, 2022 ⋅ 16 min read
PWA Create React App Service Workers

PWA with Create React App and service workers

Dev

Reach more users on the go by turning your app into a PWA with service workers and Create React App.

Pam Lu
Jul 14, 2022 ⋅ 4 min read
React Render Larg Lists

Rendering large lists in React: 5 methods with examples

Dev

When an app tries to handle too much data in a list, it often leads to performance problems. Explore five methods to simplify list rendering in React.

Samaila Bala
Jul 14, 2022 ⋅ 6 min read
Comparing Create React App Vs Next Js Performance Differences

Comparing Create React App vs. Next.js performance differences

Dev

Next.js vs. Create React App: who comes out on top in the battle of SSR versus CSR?

Sean Connolly
Jul 14, 2022 ⋅ 8 min read
Suspense React Query

Using Suspense and React Query: Tutorial with examples

Dev

Improve UX with Suspense by keeping the user informed during load times and simplify data fetching using React Query’s useQuery() Hook.

Abdulazeez Abdulazeez Adeshina
Jul 14, 2022 ⋅ 9 min read
Colorful Aspect Symbols

Build React reusable components faster with Aspect

Dev

In this tutorial, we demonstrate how to use Aspect to reduce the development time associated with creating reusable React components.

Clara Ekekenta
Jul 13, 2022 ⋅ 3 min read
Animxyz React Build App

Animate a React app with AnimXYZ

Dev

The core idea behind AnimXYZ is to allow you to write CSS animations while saving you the effort of writing keyframes.

Paul Akinyemi
Jul 8, 2022 ⋅ 9 min read

Using custom events in React

Dev

Learn how to build your own custom events in React apps, an essential skill for frontend devs of all levels, in this complete tutorial.

Iniubong Obonguko
Jul 7, 2022 ⋅ 6 min read
Adding Spinners And Notifications To Your React App

Adding spinners and notifications to your React app

Dev

Learn how to add a loading spinner and notifications to your existing React app.

Nur Islam
Jul 6, 2022 ⋅ 11 min read