Tag: react

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
ow to build an SVG circular progress component using React and React hooks

How to build an SVG circular progress component using React and React Hooks

Dev

Progress components make for a comfortable UX. Learn how to implement them using SVG and React (plus React Hooks) in this complete tutorial.

Uzochukwu Eddie Odozi
Jul 6, 2022 ⋅ 10 min read
React Firebase Chat App

How to build a chatroom app with React and Firebase

Dev

Cloud Firestore is a cloud-hosted NoSQL database. Data is stored in documents as key-value pairs, and documents are organized into collections.

Zach Snoek
Jul 5, 2022 ⋅ 18 min read
React Logo Over Roof Background

Using barrel exports to organize React components

Dev

Here, we introduce the concept of barrel exports in React and discuss how to use barrel exports to save development time.

Nelson Michael
Jul 1, 2022 ⋅ 5 min read