Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

File metadata and controls

18 lines (12 loc) · 484 Bytes

Tools >> Singleton Manager >> Example Success ||30

In this SPA (Single Page Application) demo you will be able to reproduce the solution.

  1. Click on Page A
  2. Click on block
  3. Click on Page B
  4. Click on unblock => state is unblocked globally as there is only a single instance

With this solutions users can not break the app anymore.

Loading App...

import './demo-app.js';