mehmetakifalp / ngxs-keep-browser-tab-sync

Keeping multiple browser tab synchronous with ngxs, localstorage and Rxjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keeping Multiple Tab Syncronous with NGXS

Medium Post About This Repo Keeping Multiple Tab In Sync using NGXS state management library, Rxjs and localStorage .

Keeping multiple browser tab synchronous with NGXS, localStorage and Rxjs

With NGXS, localstorage and Rxjs.

We're going to follow;

  1. Ngxs for state management (Best state management library + pattern for Angular projects)
  2. localStorage for keeping actions
  3. Rxjs for detecting changes on window.storage with fromEvent operator

Task List;

  • Implement NGXS and NGXS Form
  • Implement RXJS and usage of rxjs operators

contact me at : mehmetakifalp@gmail.com

About

Keeping multiple browser tab synchronous with ngxs, localstorage and Rxjs


Languages

Language:TypeScript 61.4%Language:HTML 23.6%Language:CSS 8.1%Language:JavaScript 7.0%