@norith/glimmer-tracking
v1.0.2
Published
Glimmer property tracking library
Downloads
49
Readme
@glimmer/tracking
Installation
Add this package to your project with Yarn:
yarn add -D @glimmer/trackingOr alternatively with npm:
npm install --save-dev @glimmer/trackingUsage
To use this in a Glimmer application, import the package and export an extended class:
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
export default class MyComponent extends Component {
@tracked foo;
}Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer.js.
Acknowledgements
Thanks to Monegraph for funding the initial development of this library.
License
MIT License.
