Tag: react

Building Telegram Mini Apps With React

Building Telegram Mini Apps with React

Dev

Explore Telegram Mini Apps and the benefits they provide as we build and deploy a fullstack, ecommerce React app on Telegram.

Emmanuel John
Sep 2, 2024 ⋅ 23 min read

How to implement Coolify, the self-hosted alternative to Heroku

Dev

If you’ve been active on Twitter or Reddit lately, you’ve likely seen discussions surrounding Vercel’s pricing model, which has turned […]

David Omotayo
Aug 28, 2024 ⋅ 15 min read
What Is Infinite Scrolling: Implementing It In React

What is infinite scrolling: Implementing it in React

Dev

Explore techniques for implementing infinite scrolling, which is widely used across social media platforms, in React.

Ogundipe Samuel
Aug 27, 2024 ⋅ 6 min read
Working With Custom Elements In React

Working with custom elements in React

Dev

Dive into custom HTML elements, the challenges of using them with React, and the changes in React 19 that address these challenges.

Saleh Mubashar
Aug 27, 2024 ⋅ 5 min read
Build Simple Svelte App

How to build a simple Svelte app

Dev

Developers can use both Svelte and React to effectively build web applications. While they serve the same overall purpose, there are distinct differences in how they work.

Obinna Ekwuno
Aug 27, 2024 ⋅ 10 min read
How To Use ForwardRef In React

How to use forwardRef in React

Dev

In this tutorial, we’ll review forwarding refs in React and how it helps us manage interactions with the DOM.

Peter Ekene Eze
Aug 14, 2024 ⋅ 12 min read
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