react

Using React lifecycle methods in Clojure apps with re-frame

The ClojureScript re-frame library lets us use React’s lifecycle methods to monitor and manage your application at various phases.
Kingsley Ubah
7 min read

How to build a ClojureScript web app with React…

ClojureScript, which compiles Clojure to JavaScript, is a natural fit for web development, particularly with React via a library called Reagent.
Oliver Hine
6 min read

A deep dive into mutations in TanStack Query

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

Top React boilerplates of 2023

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

Understanding when not to use the useMemo React Hook

Learn when not to use the useMemo React Hook, such as when a memoized value is not used frequently or a computation is not...
Ohans Emmanuel
8 min read

Best text editors for React

Compare the top 5 rich text editors for React, including TinyMCE and ProseMirror, based on learning curve, plugins, mobile support, and more.
Fimber Elemuwa
5 min read

Web workers, React, and TypeScript

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
12 min read

Web components vs. React

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

Using React with Appwrite to set up user authentication

User authentication is an essential part of any web application, and setting it up can be a daunting task for many developers. However, with...
Rishi Purwar
14 min read

How to use Tailwind CSS in React and Vue.js

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
5 min read

Build an accessible modal with focus-trap-react

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

Building a React live streaming app with 100ms

100ms includes support for HLS for live streaming, which allows for scaling to millions of viewers, mainly due to its support by OSes and...
Taminoturoko Briggs
13 min read