Tag: react

The guide to syntax highlighting in React

The guide to syntax highlighting in React

Dev

Learn how to use popular syntax-highlighting libraries, such as Prism and Highlight, with React.

Joseph Mawa
Aug 4, 2022 ⋅ 6 min read
How to do interaction testing with React 18 and Storybook

How to do interaction testing with React 18 and Storybook

Dev

Learn how to use React 18 and Storybook to perform interaction testing on application components.

David Ekanem
Aug 3, 2022 ⋅ 6 min read
React Toc Highlight

Create a table of contents with highlighting in React

Dev

A table of contents summarizes the page’s content, allowing users to quickly navigate through sections of the page by clicking on the desired heading.

Taminoturoko Briggs
Aug 3, 2022 ⋅ 6 min read
Useevent Hook React RFC

What you need to know about the React useEvent Hook RFC

Dev

The useEvent Hook from React allows you to define an event handler with a function identity that is always stable.

Indermohan Singh
Aug 2, 2022 ⋅ 4 min read
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