JavaScript question detail
What are the real world use cases of proxy?
Proxies are not used in regular day to day JavaScript work but they enabled many exciting programming patterns. Some of the real world use cases are listed below,
- Vue3 used proxy concept to implement reactive state
- SolidJS implemented reactive stores
- Immerjs built upon proxy to track updates to immutable updates
- ZenStack improved Prisma ORM for access control layer