Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
/ valeo Public archive

Experimental bare-bones reactive programming using standard ES syntax

Notifications You must be signed in to change notification settings

SMotaal/valeo

Repository files navigation

Valeō alpha

Pronounciation

Experimental bare-bones reactive programming using standard ES syntax.

Goals

The following code should be possible. The take from the code is not that this code is great, but that it becomes conceivable to achieve complete asynchronous serialization with standard ECMAScript syntax.

import {Events} from './valeo/index.mjs';

(async resized => {
  for await (const event of resized) {
    // ... do stuff
  }
})(Events.from(window, 'resize'));

About

Experimental bare-bones reactive programming using standard ES syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published