home/categories/frontend
category focus

Frontend

UI frameworks, state management, and styling.

2566 スキルall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
frontend
2K

object-modify

Modify the specified Unity Object. Allows direct modification of object fields and properties. Use 'object-get-data' first to inspect the object structure before modifying.

IvanMurzak
IvanMurzak
development
open
frontend
2K

data-client-react

Use @data-client/react hooks - useSuspense, useFetch, useQuery, useCache, useLive, useDLE, useSubscription, useController for fetch/mutations, DataProvider, AsyncBoundary, useLoading, useDebounce

reactive
reactive
development
open
frontend
2K

data-client-react-testing

Test @data-client/react with renderDataHook - jest unit tests, fixtures, interceptors, mock responses, nock HTTP mocking, hook testing, component testing

reactive
reactive
development
open
frontend
2K

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft
microsoft
development
open
frontend
2K

react-flow-node-ts

Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components.

microsoft
microsoft
development
open
frontend
2K

zustand-store-ts

Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.

microsoft
microsoft
development
open
frontend
2K

client-components

Reference conventions for React client components — Tailwind CSS, UI primitives (Dialog, Tooltip, Menu), constants, HTML sanitization, and component design patterns. Use when building or reviewing UI components in packages/client.

ParabolInc
ParabolInc
development
open
frontend
2K

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

openstatusHQ
openstatusHQ
development
open
frontend
2K

threejs-materials

Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance.

CloudAI-X
CloudAI-X
development
open
frontend
2K

threejs-loaders

Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

CloudAI-X
CloudAI-X
development
open
frontend
2K

frontend-design

Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).

mitsuhiko
mitsuhiko
development
open
frontend
1.9K

rx-observables

Use when writing or modifying code that uses System.Reactive (Rx.NET), IObservable<T>, subjects, or reactive/observable patterns in C#

recyclarr
recyclarr
development
open
frontend
1.8K

truesheet-usage

Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation or Expo Router sheet flows, Reanimated-driven animations, scrolling content, stacking, headers/footers, detents, side sheets, keyboard handling, dimming, liquid glass, and Jest testing. Also use when the user is migrating from v2 to v3, troubleshooting layout or gesture issues, or asking about any TrueSheet prop, event, or method — even if they don't mention "TrueSheet" by name but describe a bottom sheet in a React Native context.

lodev09
lodev09
development
open
frontend
1.8K

bundle-dynamic-imports

Use next/dynamic for lazy-loading heavy components. Apply when importing large components like editors, charts, or rich text editors that aren't needed on initial render.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

js-hoist-regexp

Hoist RegExp creation outside render or memoize with useMemo(). Apply when using regular expressions in React components or frequently called functions.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

rendering-hoist-jsx

Extract static JSX elements outside components to avoid re-creation on every render. Apply when rendering static elements repeatedly or in lists.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

rerender-functional-setstate

Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating state based on the current state value in React components.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

component-wrapper-architecture

Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui components.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

shadcn-ui-conventions

UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-styled UI elements.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

rerender-lazy-state

Use lazy state initialization with useState function form. Apply when computing expensive initial values like building search indexes, parsing JSON, or complex calculations.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

rerender-memo

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations that can be skipped when props haven't changed.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

rendering-conditional-render

Use explicit ternary operators instead of && for conditional rendering. Apply when rendering values that could be 0, NaN, or other falsy values that might render unexpectedly.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

js-tosorted-immutable

Use toSorted() instead of sort() to avoid mutating arrays. Apply when sorting arrays that are React props, state, or otherwise shared/referenced elsewhere.

TheOrcDev
TheOrcDev
development
open
frontend
1.8K

tailwind-css

Project-specific Tailwind CSS patterns and configurations for Litekart Admin.

itswadesh
itswadesh
development
open
Previous
Page 13 / 107
Next