Tag: react

Creating Sharable React Widgets

Creating shareable React widgets

Dev

In this tutorial, we demonstrate how to use widgets to integrate a React component with static websites built entirely from HTML.

Vijit Ail
Jan 26, 2022 ⋅ 4 min read
Fragments React Web Nocdn

Understanding React fragments

Dev

Learn how to use React fragments to prevent rendering unnecessary nodes in the DOM and create an optimized code.

Vijit Ail
Jan 25, 2022 ⋅ 7 min read

Getting started with Refine, the React-based framework

Dev

Get started with Refine, the React-based framework for data-intensive apps with this tutorial and example build.

Samuel Ogunleye
Jan 24, 2022 ⋅ 12 min read
A Python Developer's Guide To React

A Python developer’s guide to React

Dev

Learn how to use React as a Python developer with this guide and by creating a contact manager application with Flask and React.

Ochuko Onojakpor
Jan 21, 2022 ⋅ 13 min read
Exploring React 18's three new APIs

Exploring React 18’s three new APIs

Dev

With the release of React 18 on the horizon, familiarize yourself with three new APIs that should help make concurrent rendering a reality.

Chak Shun Yu
Jan 20, 2022 ⋅ 7 min read

SolidJS vs. React: Comparing declarative UI libraries

Dev

Should you use SolidJS or React in your next project? Find out which is better for your use case in this thorough comparison.

Iniubong Obonguko
Jan 20, 2022 ⋅ 5 min read
React Hooks With Firebase Firestore

How to use React Hooks with Firebase Firestore

Dev

It’s amazing how fast you can set up a web app with data persistence when you couple Firestore with React Hooks.

Brian De Sousa
Jan 19, 2022 ⋅ 10 min read

How to create a glassmorphism effect in React

Dev

Learn how to make your React apps stand out with a frosted, glassy effect in this tutorial for glassmorphism.

Rose Chege
Jan 17, 2022 ⋅ 5 min read
Creating interactive backgrounds in React with tsParticles

Creating interactive backgrounds in React with tsParticles

Dev

Build gorgeous, interactive backgrounds with tsParticles, the spiritual successor to particles.js, in this exploratory tutorial.

Arek Nawo
Jan 17, 2022 ⋅ 6 min read
A better way of solving prop drilling in React apps

A better way of solving prop drilling in React apps

Dev

In the spirit of “using the platform,” learn how the React library provides a workaround for prop drilling without Redux or the Context API.

David Herbert
Jan 14, 2022 ⋅ 11 min read
React Logo Over a Wavy Gray Background

UI best practices for loading, error, and empty states in React

Dev

Here, we cover the best practices to use in client-side rendered React apps when handling loading, error, and empty state.

Iva Kop
Jan 13, 2022 ⋅ 7 min read
Deploying React App Fullstack Cloudflare Pages

Deploying your React app with full-stack Cloudflare Pages

Dev

Full-stack Cloudflare Pages works exactly the same way as Cloudflare Pages, with no changes in the deployment workflow involving git commit and git push.

Emmanuel Etukudo
Jan 13, 2022 ⋅ 4 min read