Skip to main content

ngrx-addons

A collection of NgRx addons for state persistence and synchronization

Persist State

Save and restore your NgRx store state across page reloads using localStorage, sessionStorage, or any custom async storage like IndexedDB via localForage.

Sync State

Keep your NgRx store synchronized across multiple browser tabs and windows in real-time using the Broadcast Channel API.