JS Coding Questions Logo
JS Coding Questions
#463💼 Interview

What are the real world use cases of proxy?

Advertisement

728x90

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,

1. Vue3 used proxy concept to implement reactive state

2. SolidJS implemented reactive stores

3. Immerjs built upon proxy to track updates to immutable updates

4. ZenStack improved Prisma ORM for access control layer

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 35

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
463of476