JSPM

  • Created
  • Published
  • Downloads 275
  • Score
    100M100P100Q117682F
  • License Apache-2.0

Verstak - Front-End Library

Package Exports

  • verstak
  • verstak/build/dist/source/api.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (verstak) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Readiness GitHub License NPM Version Package Size

Verstak - Experimental Front-End Library

Verstak is an experimental JavaScript library that provides grid-based layout and transactional reactive facilities for building front-end applications.

Transactional reactivity means that state changes are being made in an isolated data snapshot and then, once atomically applied, are consistently propagated to corresponding visual components for (re)rendering. All that is done in automatic, seamless, and fine-grained way, because reactronic takes full care of tracking dependencies between visual components (observers) and state objects (observables).

Based on Reactronic: https://github.com/nezaboodka/reactronic/blob/master/README.md#readme

Example of the application built with Verstak: https://nevod.io

Source code of the example: https://gitlab.com/nezaboodka/nevod.web.public/-/blob/master/README.md

Contribution

By contributing, you agree that your contributions will be automatically licensed under the Apache 2.0 license (see LICENSE file).