JSPM

@traxjs/trax

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 274
  • Score
    100M100P100Q100438F
  • License MIT

Reactive state management

Package Exports

  • @traxjs/trax
  • @traxjs/trax/dist/trax.mjs

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 (@traxjs/trax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Trax Library

This package contains the trax core library implementation

Useful commands:

# install dependencies
yarn install
# run tests
yarn test
# build project to use it in other packages
yarn build
# get test coverage
yarn coverage

[Documentation under construction - please check trax examples]