Tag: react

A Deep Dive Into Mutations in TanStack

A deep dive into mutations in TanStack Query

Dev

Fetching and manipulating data without using a global state was something out of the ordinary. TanStack Query gives us this opportunity.

Gapur Kassym
Mar 14, 2023 ⋅ 5 min read
Top React Boilerplates Of 2023

Top React boilerplates of 2023

Dev

Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.

Kapeel Kokane
Mar 13, 2023 ⋅ 11 min read
Understanding When Not To Use The UseMemo React Hook

When not to use the useMemo React Hook

Dev

Learn when not to use the useMemo React Hook, such as when a memoized value is not used frequently or a computation is not expensive.

Ohans Emmanuel
Mar 10, 2023 ⋅ 8 min read
Web workers, React, and Typescript

Web workers, React, and TypeScript

Dev

If set up correctly, a web worker can send and receive messages from the JavaScript or TypeScript code where it was set up.

Onuorah Bonaventure
Mar 7, 2023 ⋅ 12 min read
Web Components Vs. React

Web components vs. React

Dev

In this post, we will cover types of components, libraries provided for styling in React and web components, and their accessibility.

Kasra Khosravi
Mar 7, 2023 ⋅ 12 min read
Using React With Appwrite To Set Up User Authentication

Using React with Appwrite to set up user authentication

Dev

User authentication is an essential part of any web application, and setting it up can be a daunting task for […]

Rishi Purwar
Mar 6, 2023 ⋅ 14 min read
How to Use Tailwind CSS in React and Vue.js

How to use Tailwind CSS in React and Vue.js

Dev

In this article, we’ll look at how to use Tailwind CSS in Vue.js and React and optimize your Vue, React, and Tailwind CSS applications.

Anjolaoluwa Adebayo-Oyetoro
Mar 6, 2023 ⋅ 5 min read
Build An Accessible Modal With Focus-Trap-React

Build an accessible modal with focus-trap-react

Dev

Use the focus-trap-react component to build user interfaces like modals and dropdown menus that are accessible to all users.

Hulya Karakaya
Mar 2, 2023 ⋅ 7 min read
React Live Streaming 100ms

Building a React live streaming app with 100ms

Dev

100ms includes support for HLS for live streaming, which allows for scaling to millions of viewers, mainly due to its support by OSes and CDNs.

Taminoturoko Briggs
Mar 2, 2023 ⋅ 13 min read
Using React Flow to Plan a React Project

Using React Flow to plan a React project

Dev

Successful projects need adequate planning and architecture. Here, we will look at how to use React Flow to plan your next React project.

Isaac Okoro
Mar 1, 2023 ⋅ 4 min read
Rendering Large Lists With React Virtualized

Rendering large lists with React Virtualized

Dev

Render large data sets using the react-virtualized library and helpful components like CellMeasurer and ScrollSync.

Esteban Herrera
Mar 1, 2023 ⋅ 16 min read
Building A React Portfolio Website With Locomotive Scroll

Building a React portfolio website with Locomotive Scroll

Dev

Locomotive Scroll provides support for various forms of scrolling animations, including smooth scrolling, animated page overlays, and parallax effects.

Isaac Okoro
Mar 1, 2023 ⋅ 12 min read