Tags
#react
Blog posts, snippets, and glossary entries related to "react", gathered in one place.
- SnippetsReact useSelection Hook
Custom React hook for managing multi-item selection state. Type-safe handling of select all, partial selection, and individual selection.
- BlogImplementing 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.
- BlogHow to Enable React Compiler in WXT
Configuration steps for enabling React Compiler in the WXT framework. Covers installing babel-plugin-react-compiler and wiring it into the config.
- Glossaryshadcn/ui
shadcn/ui is a React component set built on Radix UI and Tailwind CSS. Its defining style is copying component code directly into your project instead of installing a package.
hsb.horse