Tag: react

React Leaflet Tutorial

React Leaflet tutorial

Dev

Learn about Leaflet and its React counterpart, React-Leaflet, the open source and free mapping alternative to Google Maps and MapBox.

Leigh Halliday
Oct 22, 2021 ⋅ 4 min read

Build a custom TikTok autoplay React Hook with Intersection Observer

Dev

Create a React Hook for autoplaying videos with Intersection Observer to create a TikTok clone in this tutorial and example build.

Joel Adewole
Oct 20, 2021 ⋅ 6 min read
Braintree Payment System React

How to integrate a Braintree payment system in React

Dev

Braintree helps you implement a payments system effortlessly. This tutorial will show you how to use its Drop-in UI to get started.

Antonello Zanini
Oct 19, 2021 ⋅ 8 min read
React ReReselect

React re-reselect: Better memoization and cache management

Dev

Improve your React application’s components and reduce unnecessary re-rendering with re-reselect, a lightweight wrapper for Reselect.

Kasra Khosravi
Oct 18, 2021 ⋅ 5 min read
Animations using React Hooks and GreenSock

Animations using React Hooks and GreenSock

Dev

Learn how to implement powerful animations using React Hooks and GreenSock in this tutorial, which covers basic and advanced concepts.

Paul Ryan
Oct 13, 2021 ⋅ 7 min read

How to implement feature flags in React

Dev

Learn how to safely test changes to your React apps without deploying code using feature flags in Flagsmith.

Geshan Manandhar
Oct 13, 2021 ⋅ 6 min read
Improve custom Hook debugging with useDebugValue

Improve custom Hook debugging with useDebugValue

Dev

In this tutorial, learn how to use the useDebugValue Hook to make debugging reports for your custom React Hooks easier and more descriptive.

Sebastian Weber
Oct 6, 2021 ⋅ 4 min read

Creating a website with Next.js and React

Dev

This tutorial shows you how to use React to bootstrap a new Next.js application, create new pages, fetch data from external API and display it on your page, and build and run a Next.js application in production.

Nick Major
Oct 5, 2021 ⋅ 6 min read
How and when to debounce and throttle in React

How and when to debounce or throttle in React

Dev

Learn how (and when) to debounce or throttle functions in React with this comprehensive, detailed tutorial.

Ebenezer Don
Oct 4, 2021 ⋅ 7 min read
React daisyUI

daisyUI: Tailwind CSS components for reducing markup

Dev

Reduce verbose Tailwind CSS markup and write clean HTML with daisyUI, a CSS component library that uses pure CSS and Tailwind utility classes.

. Write clean HTML
uses pure CSS and Tailwind utility classes, allowing developers to

Fortune Ikechi
Sep 30, 2021 ⋅ 5 min read
Controlled vs. Uncontrolled Components in React

Controlled vs. uncontrolled components in React

Dev

In React, you can either use the state within the component to handle form data or allow the DOM to handle it. These components are called controlled and uncontrolled components, respectively.

Chidume Nnamdi
Sep 29, 2021 ⋅ 4 min read
How To Detect And Render Device Types In React

How to detect and render device types in React

Dev

Learn how to use the mobile-detect.js library in React apps to automatically detect users’ operating systems when viewing webpages.

Kingsley Ubah
Sep 29, 2021 ⋅ 5 min read