Tag: react

Using React Styleguidist To Collaborate On Component Design

Using React Styleguidist to collaborate on component design

Dev

Let’s explore React Styleguidist, a component-driven development library that’s also useful for creating quick, shareable documentation.

Elijah Asaolu
Oct 24, 2023 ⋅ 7 min read
Using shiny.react to build dynamic styles

Using shiny.react to build dynamic styles

Dev

Shiny.React is an R package that provides components for building complex dynamic styles. Learn how to use it in React apps here.

Ivy Walobwa
Oct 23, 2023 ⋅ 5 min read
Build Real-Time Collaborative Code Editor PartyKit

Build a real-time, collaborative code editor with PartyKit

Dev

We demonstrate how to use PartyKit to build a real-time code editor with collaborator functionality in React.

Vijit Ail
Oct 18, 2023 ⋅ 6 min read
How To Use TypeScript With React: A Tutorial With Examples

How to use TypeScript with React: A tutorial with examples

Dev

Learn how using TypeScript with React can increase development speed, improve code readability, and much more.

Ogundipe Samuel
Oct 16, 2023 ⋅ 9 min read
Getting Started With Postgres In Your React App

Getting started with Postgres in your React app

Dev

Create an app that records and removes information from a PostgreSQL database according to the HTTP requests it receives.

Nathan Sebhastian
Oct 10, 2023 ⋅ 10 min read
Build Dynamic Currency Converter Ecommerce React App

Build a dynamic currency converter for an ecommerce React app

Dev

We create a dynamic currency converter in React using the react-currency-input-field library and input masking for improved input formatting.

Saleh Mubashar
Oct 5, 2023 ⋅ 6 min read
How Passing Props To Component Works In React

How props are passed to components in React

Dev

Learn how to pass props to components in React, and more information about children props and prop drilling.

Nathan Sebhastian
Oct 4, 2023 ⋅ 11 min read
A Look At React Hydration And Pre-Rendered HTML

A look at React hydration and pre-rendered HTML

Dev

Learn how React hydration causes a common HTML error by taking a close look at the hydrateRoot API and pre-rendered HTML.

Theodorus Clarence
Oct 4, 2023 ⋅ 4 min read
Using React Arborist To Create Tree Components For React Apps

Using react-arborist to create tree components for React

Dev

The react-arborist library organizes hierarchical data in an aesthetic, tree-like structure that users can easily understand and navigate.

Ibadehin Mojeed
Sep 28, 2023 ⋅ 13 min read
Bootstrap React App Smol-Developer

Bootstrap a React app with smol developer

Dev

We investigate using the smol developer AI tool to bootstrap a React app, create a browser plugin, and assist with pair programming.

Kealan Parr
Sep 20, 2023 ⋅ 6 min read
Improving Your SEO By Rending Structured Data In React

Improving React app SEO with structured data

Dev

In this guide, we’ll show you how to add structured data to your site to make your website more discoverable.

John Reilly
Sep 19, 2023 ⋅ 6 min read
Passwordless Authentication Firebase React

Passwordless authentication options with Firebase and React

Dev

We explore how passwordless authentication integrates with Firebase and React and demo four authentication options: Google, email link, OTP, and Facebook.

Chizaram Ken
Sep 18, 2023 ⋅ 18 min read