Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
react

153 Articles
{
,

}
Direct link to the article 5 Mistakes I Made When Starting My First React Project
learning react

5 Mistakes I Made When Starting My First React Project

You know what it’s like to pick up a new language or framework. Sometimes there’s great documentation to help you find your way through it. But even the best documentation doesn’t cover absolutely everything. And when you work with something …

Avatar of Richard Oliver Bray
Richard Oliver Bray on Mar 10, 2023 (Updated on May 17, 2024)
Direct link to the article Different Ways to Write CSS in React
react

Different Ways to Write CSS in React

We’re all familiar with the standard way of linking up a stylesheet to the <head> of an HTML doc, right? That’s just one of several ways we’re able to write CSS. But what does it look like to style things …

Avatar of Saleh Mubashar
Saleh Mubashar on Jun 22, 2022
Direct link to the article Building Interoperable Web Components That Even Work With React
react web components

Building Interoperable Web Components That Even Work With React

Those of us who’ve been web developers more than a few years have probably written code using more than one JavaScript framework. With all the choices out there — React, Svelte, Vue, Angular, Solid — it’s all but inevitable. One …

Avatar of Adam Rackis
Adam Rackis on Jun 7, 2022
Direct link to the article An Interactive Starry Backdrop for Content
canvas GSAP react

An Interactive Starry Backdrop for Content

I was fortunate last year to get approached by Shawn Wang (swyx) about doing some work for Temporal. The idea was to cast my creative eye over what was on the site and come up with some …

Avatar of Jhey Tompkins
Jhey Tompkins on May 18, 2022
Direct link to the article 9 New React and JavaScript Links for February 2022
JavaScript react

9 New React and JavaScript Links for February 2022

Every now and then, I find that I’ve accumulated a bunch of links about various things I find interesting. Like React and JavaScript! Here’s a list of nine links to other articles about them that I’ve been saving up and …

Avatar of Chris Coyier
Chris Coyier on Feb 11, 2022
Direct link to the article User Registration and Auth Using Firebase and React
authentication firebase react

User Registration and Auth Using Firebase and React

The ability to identify users is vital for maintaining the security of any applications. Equally important is the code that’s written to manage user identities, particularly when it comes to avoiding loopholes for unauthorized access to data held by an …

Avatar of Taminoturoko Briggs
Taminoturoko Briggs on Feb 2, 2022
Direct link to the article Inertia
astro dx react svelte

Inertia

I’ve always like Jeremy’s categorization of developer tools:

I’ve mentioned two categories of tools for web development. I still don’t know quite what to call these categories. Internal and external? Developer-facing and user-facing?

The first category covers things like

…
Avatar of Chris Coyier
Chris Coyier on Dec 7, 2021
Direct link to the article Easy Dark Mode (and Multiple Color Themes!) in React
dark mode react

Easy Dark Mode (and Multiple Color Themes!) in React

I was working on a large React application for a startup, and aside from just wanting some good strategies to keep our styles organized, I wanted to give this whole “dark mode” thing a shot. With the huge ecosystem around …

Avatar of Abram Thau
Abram Thau on Nov 11, 2021
Direct link to the article How to Create a Contact Form With Next.js and Netlify
forms netlify react

How to Create a Contact Form With Next.js and Netlify

We’re going to create a contact form with Next.js and Netlify that displays a confirmation screen and features enhanced spam detection.

Next.js is a powerful React framework for developing performant React applications that scale. By integrating a Next.js site with …

Avatar of Monica Powell
Monica Powell on Oct 21, 2021
Direct link to the article A Themeable React Data Grid With Great UX-Focused Features
kendo performance react table

A Themeable React Data Grid With Great UX-Focused Features

KendoReact can save you boatloads of time because it offers pre-built componentry you can use in your app right away. They look nice, but more importantly, they are easily themeable, so they look however you need them to look. And …

❥ Sponsored (Written by Chris Coyier)
Direct link to the article Links on React and JavaScript II
JavaScript react

Links on React and JavaScript II

  • How To Use The Vite Build Tool with React — Vite is hot, in part, because it’s based on esbuild and wickedly fast. It’s from Evan You of Vue fame, but it’s not a Vue-specific tool. Here, NARUHODO covers how
…
Avatar of Chris Coyier
Chris Coyier on Oct 1, 2021 (Updated on Oct 2, 2021)
  • 1
  • 2
  • 3
  • ...
  • 14
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways hosting
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top