effectfuljs icon indicating copy to clipboard operation
effectfuljs copied to clipboard

JavaScript embedded effects compiler

Results 21 effectfuljs issues
Sort by recently updated
recently updated
newest added

One of many possible effects EffectfulJS may support is an Adaptive (Incremental) programming. Namely re-executing only parts of the code when some dependency changes. Like Mobx `@computed` property but not...