tag
solidjs▌
3 indexed skills · max 10 per page
skills (3)
solidjs-patterns
different-ai/openwork · Productivity
OpenWork’s UI is SolidJS: it updates via signals, not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues.
tauri-solidjs
different-ai/openwork · Productivity
tauri-solidjs
solidjs
suryavirkapur/skills · Productivity
SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions.