Implements high-performance SolidJS routing patterns including streaming, preloading, and complex state revalidation.
This skill provides a comprehensive framework for mastering advanced Solid Router features in SolidJS applications. It guides Claude in implementing sophisticated patterns such as component-based and config-based routing, intent-based preloading to eliminate navigation lag, and independent streaming boundaries using Suspense. It also covers critical production concerns like manual query revalidation, response helpers for server-side logic, and SEO optimization through strategic rendering modes, ensuring your frontend is both fast and secure.
主な機能
01Route preloading for zero-lag navigation
02Granular query revalidation (automatic and manual)
03Nested layout architectures for consistent UI
040 GitHub stars
05Protected route and redirect management patterns
06Independent streaming boundaries via Suspense
ユースケース
01Managing complex data-loading states in enterprise dashboards
02Implementing secure, role-based navigation and protected data access
03Optimizing SPA and SSR performance for SolidJS applications