Tag: react

Understanding optimistic UI and React's `useOptimistic` Hook

Understanding optimistic UI and React’s useOptimistic Hook

Dev

Explore React’s `useOptimistic` Hook and how it can be used to implement optimistic UI updates and make your app feel faster and more responsive.

Kayode Adeniyi
Aug 13, 2024 ⋅ 5 min read

Implement the Pragmatic drag and drop library

Dev

In the ever-evolving landscape of web development, drag-and-drop functionality has become a cornerstone for creating intuitive and interactive user interfaces. […]

Rishi Purwar
Aug 12, 2024 ⋅ 15 min read
Rehackt logo over a blue brick wall.

Using Rehackt to share imports with React in server-side code

Dev

Next.js is a React framework used for building full-stack web applications, supporting both server-side and client-side features. The server-side handles […]

Popoola Temitope
Aug 9, 2024 ⋅ 1 min read

Building a LeetCode-style code evaluator with isolated-vm

Dev

Running untrusted code in a JavaScript environment like Node.js has always posed serious risks. Node has access to the network […]

Rahul Padalkar
Aug 2, 2024 ⋅ 7 min read
Exploring The Top React Date Pickers

Exploring the top React date pickers

Dev

Explore the most useful React date and time pickers, such as the Material Design date and time pickers, React DayPicker, and React-Date-Picker.

Wern Ancheta
Aug 1, 2024 ⋅ 11 min read
What You Need To Know About React Server Components

React Server Components: A comprehensive guide

Dev

Explore the impact of React Server Components on performance and bundle size and learn how they compare to traditional React components.

Chinwike Maduabuchi
Jul 26, 2024 ⋅ 9 min read
Building An Audio Player In React To Play Sound Or Music

Building an audio player in React to play sound or music

Dev

Learn to build an audio player in React from scratch with custom controls that look consistent across browsers.

Ibadehin Mojeed
Jul 23, 2024 ⋅ 20 min read
React Hook Form: A Guide With Examples

React Hook Form: A guide with examples

Dev

Use the React Hook Form library to build forms in React without using any complicated render props or higher-order components.

Vijit Ail
Jul 23, 2024 ⋅ 10 min read
Using Chart.js In React

Using Chart.js in React

Dev

Visualize data in your React project using Chart.js, a JavaScript library that creates bar, pie, line charts, and more.

Chinwike Maduabuchi
Jul 17, 2024 ⋅ 7 min read
React Router Dom: How To Handle Routing In Web Apps — Tutorial With Examples

React Router DOM: How to handle routing in web apps

Dev

React Router DOM contains the DOM bindings for React Router. Learn about its essential components and how to build routes with parameters.

Esteban Herrera
Jul 10, 2024 ⋅ 13 min read
Headless UI Alternatives: Radix Primitives, React Aria, Ark UI

Headless UI alternatives: Radix Primitives, React Aria, Ark UI

Dev

Check out alternatives to the Headless UI library to find unstyled components to optimize your website’s performance without compromising your design.

Amazing Enyichi Agu
Jul 5, 2024 ⋅ 8 min read
React Error Handling With React-Error-Boundary

React error handling with react-error-boundary

Dev

Check out how to handle React errors using the react-error-boundary library.

Yusuff Faruq
Jul 3, 2024 ⋅ 12 min read