@clientjs
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curating news about JavaScript for Line of Business Applications as WebApps Trainer for Javascript, HTML5, Silverlight, WPF Working on http://formularware.de
Nothing here yet.
No blogs yet.
A lot might already have reactive programming introduced in their daily JavaScript Development without knowing it. Just by throwing in Binding Libraries or Frameworks with two way Binding support you already are reactive. This are libraries that come to my mind: Knockout.JS AngularJS EmberJS BUT functional reactive programming is a whole different story - merely you express your Bindings with functions, not imperative declarations. Great Libraries for doing this are: RxJS BaconJS Ractive