Loading...
Loading...
Found 18 Skills
Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.
Hono JSX - server-side rendering, streaming, async components, and HTML generation patterns
Performance optimization guidelines for web development including server-side rendering, CSS best practices, and JavaScript optimization
Explains data fetching strategies including fetch on render, fetch then render, render as you fetch, and server-side data fetching. Use when implementing data loading, optimizing loading performance, or choosing between client and server data fetching.
Creates data table patterns with filtering, sorting, pagination, row actions, column configuration, server/client rendering modes, and empty/loading states. Use when building "data tables", "list views", "admin tables", or "data grids".
Set up Server-Side Rendering (SSR) for Inertia Rails applications. Use when you need SEO optimization, faster initial page loads, or support for users with JavaScript disabled.
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.
Integrate WorkOS AuthKit with Next.js App Router (13+). Server-side rendering required.
Combine streaming server-side rendering with selective hydration for faster interactivity in React 18+.
Stream server-rendered HTML to the client in chunks for faster Time to First Byte and First Contentful Paint.
Render small, focused chunks of interactivity within server-rendered web pages to reduce JavaScript overhead.