Ember Tracked Local Storage

JSON →
library 2.0.1 ·javascript
verified Jun 7, 2026

ember-tracked-local-storage is an Ember addon that synchronizes tracked properties with browser localStorage using Glimmer tracking, so mutations to stored values automatically trigger template re-renders. Version 2.0.1 is the latest stable release, requiring Ember.js 4.12+ and Node 18+. It uses the @trackedInLocalStorage decorator to wrap localStorage values and integrates with Ember's autotracking ecosystem. Unlike manual read/write patterns, this addon eliminates boilerplate and ensures reactivity without extra lifecycle hooks. Released under the adopted-ember-addons org with MIT license.