Che cos'è funstack-static-knowledge?
Usa questa skill quando hai bisogno di informazioni su "@funstack/static" (il framework React con cui è creata la tua app). Di cosa si tratta, riferimenti API, best practice, ecc. Fonte: uhyo/funstack-router.
Usa questa skill quando hai bisogno di informazioni su "@funstack/static" (il framework React con cui è creata la tua app). Di cosa si tratta, riferimenti API, best practice, ecc.
Installa rapidamente la skill AI funstack-static-knowledge nel tuo ambiente di sviluppo tramite riga di comando
Fonte: uhyo/funstack-router.
FUNSTACK Static (@funstack/static) is a React framework designed to build SPA application that can be deployed as static files to any static hosting service. Its prominent features is support for React Server Components (RSC) which allows optimizing the performance of the application by rendering parts of the UI at build time.
Note that FUNSTACK Static never runs on the server at runtime (except during development). Server Components are rendered at build time into RSC payloads which are then shipped to the client. The client React runtime can then seamlessly render both Client and Server Components into the DOM.
FUNSTACk Static is served as a Vite plugin. See your app's vite.config.ts file for the current configuration. A typical configuration looks like this:
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledgeUsa questa skill quando hai bisogno di informazioni su "@funstack/static" (il framework React con cui è creata la tua app). Di cosa si tratta, riferimenti API, best practice, ecc. Fonte: uhyo/funstack-router.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/uhyo/funstack-router --skill funstack-static-knowledge Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/uhyo/funstack-router