Skip to main content

2 docs tagged with "proxy pattern"

View All Tags

Proxy and Reflect

JavaScript Proxy and Reflect is a way to create a proxy object that can be used to intercept and change the behavior of an object. Frontend Interview Questions.

Proxy Design Pattern

A proxy is a structural pattern that lets you provide a substitute for another object. The Proxy Pattern acts as a placeholder for another object.