Skip to content

Search

Match titles, tags, and descriptions. Arrow keys to move, Enter to open, Esc to close.

Open from the page (not while typing in a field): / · K or Ctrl K

    Topic archive

    #react All posts.

    Filtered to 8 posts connected by the #react topic.

    8

    Posts connected by this topic in the archive.

    62

    Distinct topics across the full writing archive.

    Latest

    Posts tagged #react

    Start with the latest post tagged #react, then browse the rest.

    Boosting Code Quality and Efficiency with My ESLint Configuration Library
    Featured article Case Study
    5 min read

    Boosting Code Quality and Efficiency with My ESLint Configuration Library

    Reusable ESLint library for React, Next.js, and TypeScript projects. Enforces code quality with flat config support and simplifies the move from ESLint 8 to 9.

    In series: ESLint in Practice · Part 2

    Development Workflow with Husky for Next.js, ESLint, and Vitest Integration
    Writing Tutorial
    2 min read

    Development Workflow with Husky for Next.js, ESLint, and Vitest Integration

    A practical Husky setup for Next.js projects so linting, testing, and pre-push checks become part of the team workflow instead of a last-minute cleanup step.

    In series: Building a Production Next.js App · Part 3

    Building the Best Next.js TypeScript Standard Vitest ESLint Configuration
    Writing Guide
    5 min read

    Building the Best Next.js TypeScript Standard Vitest ESLint Configuration

    Configure ESLint for Next.js with TypeScript and Vitest integration. Covers code quality rules, import conventions, and a scalable setup for React projects.

    In series: Building a Production Next.js App · Part 2