Tag: react

Lit Vs. React: A Comparison Guide

Lit vs. React: A comparison guide

Dev

This guide examines the core concepts, differences, features, and benefits of two frontend frameworks: Lit and React.

Clara Ekekenta
Jun 8, 2023 ⋅ 10 min read
Building Type Safe Forms In React With React Ts Form

Building type-safe forms in React with react-ts-form

Dev

react-ts-form is a complete and customizable library for creating more maintainable type-safe forms in React while avoiding boilerplate code.

Antonello Zanini
May 29, 2023 ⋅ 8 min read
React Suspense Next JS

Next.js 13 and React Suspense: Create a loading component

Dev

Next.js 13 introduced some new features like support for Suspense, a React feature that lets you delay displaying a component until the children have finished loading.

Suraj Vishwakarma
May 25, 2023 ⋅ 4 min read
Building A React code Editor And Syntax Highlighter From Scratch

Building a React code editor and syntax highlighter from scratch

Dev

Improve developer experience (DX) by learning to create your own React code editor and syntax highlighter, and comparing it to Prism.js and Highlight.js.

Madars Bišs
May 25, 2023 ⋅ 9 min read
React error handling with react-error-boundary

React error handling with react-error-boundary

Dev

When building applications, errors are inevitable. In this article, we’ll examine React error handling using react-error-boundary.

Yusuff Faruq
May 24, 2023 ⋅ 11 min read
Building Reusable React Components Using Tailwind CSS

Building reusable React components using Tailwind CSS

Dev

Create reusable React components with Tailwind CSS, an easy way to style apps without high-level mastery of CSS.

Ryan Bethel
May 23, 2023 ⋅ 7 min read
Build Full-Stack Serverless App SST

Build a full-stack serverless app with SST

Dev

We demonstrate how to build a full-stack serverless app with SST using React, Lambda functions, and DynamoDB.

Vijit Ail
May 23, 2023 ⋅ 7 min read
Zoom Pan Pinch React Web Apps

Adding zoom, pan, and pinch to your React web apps

Dev

We explore three popular open source packages for implementing zoom, pan, and pinch functionalities in React applications.

Saleh Mubashar
May 18, 2023 ⋅ 3 min read
React useMemo vs. useCallback: A pragmatic guide

React useMemo vs. useCallback: A pragmatic guide

Dev

The useCallback and useMemo functions are excellent instruments for fine-tuning React, follow along to learn how to use them.

Andrew Evans
May 18, 2023 ⋅ 8 min read
A Guide To Video Playback In React

A guide to video playback in React

Dev

Implement video playback using the most popular playback frameworks in React to quickly and efficiently deliver video content to your users.

Jamie Maison
May 18, 2023 ⋅ 12 min read
3 ways to render large datasets in React

3 ways to render large datasets in React

Dev

Rendering large datasets can be complex, but choosing the right library can really improve your experience. Learn about three options here.

Samson Omojola
May 17, 2023 ⋅ 8 min read
Build React File Manager Snorlax

Building a file manager in React with Snorlax

Dev

Explore Snorlax, an open source file management system, and walk through building a React application that connects to a Snorlax server.

Andrew Evans
May 16, 2023 ⋅ 6 min read