Skip to content

An implementation of the reactive model on sequences in Dart.

License

Notifications You must be signed in to change notification settings

adam-singer/Reactive-Dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Reactive Dart (RD) is an implementation of the reactive model on sequences.

Plainly stated, this project implements the dual of an Enumerable type: Observable.

RD formalizes the idea that everything in the environment is just a sequence of data being pushed at the application. It provides a collection of composable operaters. This composability allows for a clean, declarative programming style.

More Information

See the getting_started.md file.

For a list of operators, see the operator_list file.

License

Apache 2.0

About

An implementation of the reactive model on sequences in Dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages