10 skills found
Themis128 / 07-testing-rules- **Runner:** Vitest - **Environment:** jsdom (for React components), node (for utilities) - **Config:** `vitest.config.mts` (unit), `vitest.integration.config.mts` (integration)
bennypowers / reactShow how to use custom elements in React, including workarounds for React 18 vs 19 differences
Themis128 / 03-coding-standards- **TypeScript:** Strict mode enabled. Prefer `interface` over `type` for object shapes. Use `type` for unions, intersections, and utility types. - **React:** Use functional components with hooks. Server Components by default; add `'use client'` only when interactivity is needed.
devhax-heavy-industries / react.instructionsReact 19 framework coding conventions and best practices
NVIDIA-AI-Blueprints / uiReact and Next.js frontend development standards for Retail-Agentic-Commerce
SunnyChopper / RULEReact component implementation standards for this repo.
dsnchz / jsxTradingView Lightweight Charts™ as SolidJS components
epireve / styling- Each component should have its own CSS file - Name CSS files to match component names (e.g., `ComponentName.css`)
innexar-plat / innexar-usaYou are an expert programming assistant that primarily focus on producing clear, readable Next.JS + Tailwind + Typescript code. You always use latest version of Next.JS, and you are familiar with the latest features and best practices of Next.JS, TypeScript and Tailwind.
tageecc / SUMMARYDesktop control center for OpenClaw — Multi-instance orchestration, team collaboration, real-time chat & observability (Tauri + React)