logo hsb.horse
← Back to tag index

Tags

#react

Content tagged with "react".

Entries 2
  1. Blog
    Implementing a Development-Only Live Editor in Astro Projects

    How to implement a browser-based editor limited to development mode in Astro. Using Vite middleware and React to make development content management comfortable without affecting production builds at all.

  2. Snippets
    React useSelection Hook

    Custom React hook for managing multi-item selection state. Type-safe handling of select all, partial selection, and individual selection.