Effection Extensions
thefrontside/effectionxA collection of reusable, community-created extensions - ranging from small packages to complete frameworks - that show the best practices for handling common JavaScript tasks with Effection.
Frameworks
Packages
- @effectionx/deno-deployDetect when running in the Deno Deploy environment in Effection programs.
- @effectionx/jsonl-storeProvides an easy way to store JSONL documents in Effection programs.
- @effectionx/fxA collection of utility functions to streamline asynchronous workflows.
- @effectionx/rafSubscribe to a stream of Request Animation Frame updates with an Effection resource.
- @effectionx/task-bufferRate limit the number of concurrent tasks in Effection programs.
- @effectionx/test-adapterAn abstract helper for integrating Effection with testing frameworks.
- @effectionx/tinyexecUse tinyexec process as structurally safe Effection resource.
- @effectionx/timeboxConstrain any operation to complete within a certain time.
- @effectionx/tinyexecUse tinyexec process as structurally safe Effection resource.
- @effectionx/watchStart a process and restart it any time a source file in the repository changes.
- @effectionx/websocketUse the WebSocket API as an Effection resource.
- @effectionx/workerUse Web Workers as an Effection resource.