Tag: react

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
Building Reusable UI Components With React Hooks

Building reusable UI components with React Hooks

Dev

Join us on this journey to unlock the full potential of React Hooks and discover the art of building reusable UI components.

Peter Ekene Eze
May 16, 2023 ⋅ 15 min read
React State Management Signia

Implementing React state management with Signia

Dev

Signia uses primitives called signals for state management, which can efficiently calculate computed values by performing incremental calculations.

Kapeel Kokane
May 10, 2023 ⋅ 9 min read
TanStack Query WebSockets Real-time Data Fetching

TanStack Query and WebSockets: Real-time React data fetching

Dev

By combining TanStack Query and WebSockets, you can efficiently create real-time applications like chat applications, live data feeds, or collaborative editing tools.

Huzaima Khan
May 8, 2023 ⋅ 10 min read
Testing The React Router UseNavigate Hook With React Testing Library

Testing the React Router useNavigate Hook with React Testing Library

Dev

Learn about unit testing using the React Testing Library and the useNavigate Hook to simplify the process of making components route-aware.

Paul Cowan
May 4, 2023 ⋅ 5 min read
Building a React Modal Module With React Router

Building a React modal module with React Router

Dev

In this article, we’ll explore how to build a modal module for React with React Router and discuss the various aspects of modals.

Doğacan Bilgili
May 3, 2023 ⋅ 8 min read
How to Create a React Admin Panel

How to create a React admin panel

Dev

In this article, we will learn how to create a React admin panel and how react-admin scaffolds admin interfaces for React applications.

Raphael Ugwu
May 1, 2023 ⋅ 13 min read
Tree Grid Component React

How to build a tree grid component in React

Dev

Explore a few tree grid libraries for React, including React Table, AG Grid, react-data-grid, and React Tree Grid.

Taminoturoko Briggs
May 1, 2023 ⋅ 6 min read
Using Camome To Design Highly Customizable UIs

Using Camome to design highly customizable UIs

Dev

Use the Camome UI framework to design customizable user interfaces that adhere to accessibility and provide pre-built components like buttons and keyboard tags.

Jude Miracle
Apr 28, 2023 ⋅ 11 min read
Rust and React Logos

Build a real-time chat app with Rust and React

Dev

Learn to build a real-time chat app that’s fast and reliable, using Rust and React. WebSockets enables the client-server communication.

Ahmad Rosid
Apr 26, 2023 ⋅ 25 min read
Using Reactive Variables Apollo Client

Using reactive variables with Apollo Client

Dev

We use reactive variables and field policies in GraphQL’s Apollo Client to manage local state in client-side, JavaScript framework apps.

Nelson Michael
Apr 25, 2023 ⋅ 5 min read
How to Use React Router v6 in React Apps

How to use React Router v6 in React apps

Dev

React Router v6 is a fully-featured routing solution for React applications to create modern routing strategies.

Aman Mittal
Apr 25, 2023 ⋅ 16 min read