Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 564 Bytes

using-localstorage.md

File metadata and controls

13 lines (8 loc) · 564 Bytes

Using Local Storage

Let's cache some information in local storage!

The main way to do this is to check out Resources.

They have a mechanism to sync things to local storage built in!

If you want to do things more manually, you should check out the following helpers that are generated for you:

  • App.Effect.saveToLocalStorage
  • App.Effect.clearLocalStorageKey
  • App.Sub.onLocalStorageUpdated