An addon to allow the use of local storage values to use glimmer tracking and cause template re-renders on updates.
ember install ember-tracked-local-storage
Simple use case:
import Component from '@glimmer/component';
import { trackedInLocalStorage } from 'ember-tracked-local-storage';
export default class DemoComponent extends Component {
@trackedInLocalStorage() someProperty;
}
Full guides can be found on the documentation site.
See the Contributing guide for details.
This project is licensed under the MIT License.