LavaMoat / LavaDome

Secure DOM trees isolation and encapsulation leveraging ShadowDOM
https://lavamoat.github.io/LavaDome/packages/core/demo/
MIT License
16 stars 3 forks source link

Safely remove potential React state leakage #31

Closed weizman closed 4 months ago

weizman commented 4 months ago

Following #23, #26, #29, #30 where we attempt to stop leaking sensitive information to React APIs (useState, useRef, useEffect, etc), this too addresses this problem by:

Also, update demo app to easily trigger rerenders for tests