effect-cycle-core
v0.1.0
Published
Core types and runtime for effect-cycle
Readme
effect-cycle-core
Core runtime, HMR helper, isolation primitives, and shared metrics for effect-cycle, a reimagining of Cycle.js on top of Effect 3.x primitives.
Install
pnpm add effect-cycle-core effectWhat's in the box
run,makeManagedRuntime,makeHotRuntime,installHmr— start, stop, and hot-reload an effect-cycle app over aManagedRuntime.instrumentService— wrap aContext.Tagservice's methods (used byeffect-cycle-devtools).domEventCount,httpRequestCount,httpErrorCount,wsMessageCount,wsSendCount,domRenderCount,routerNavCount— sharedMetric.counters.
See the main README and DESIGN.md for the full design.
License
MIT © Josh Burgess
