1 dépôt
Creating and managing the execution of signals in response to specific actions, often for side effects and UI interactions.
Distinct from Task Execution: Distinct from general Task Execution: focuses on signal-driven execution in reactive frameworks, not generic task pipelines.
Explore 1 awesome GitHub repository matching development tools & productivity · Reactive Task Executions. Refine with filters or upvote what's useful.
Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r
Executes specific JavaScript code automatically whenever dependent reactive data changes.