DEV Community

JavaScript Proxy Series' Articles

Back to Phuoc Nguyen's Series
Practical examples of using JavaScript Proxy
Cover image for Practical examples of using JavaScript Proxy

Practical examples of using JavaScript Proxy

Comments
1 min read
An introduction to JavaScript Proxy
Cover image for An introduction to JavaScript Proxy

An introduction to JavaScript Proxy

2
Comments
5 min read
Create a Proxy wrapper
Cover image for Create a Proxy wrapper

Create a Proxy wrapper

Comments
4 min read
JavaScript Proxy vs Object.defineProperty
Cover image for JavaScript Proxy vs Object.defineProperty

JavaScript Proxy vs Object.defineProperty

Comments
5 min read
Use JavaScript Proxy to protect internal properties
Cover image for Use JavaScript Proxy to protect internal properties

Use JavaScript Proxy to protect internal properties

4
Comments
4 min read
Implement private properties in a JavaScript class
Cover image for Implement private properties in a JavaScript class

Implement private properties in a JavaScript class

2
Comments
5 min read
Overload the in operator
Cover image for Overload the in operator

Overload the in operator

Comments
4 min read
Combine Proxy traps with the Reflect API
Cover image for Combine Proxy traps with the Reflect API

Combine Proxy traps with the Reflect API

1
Comments
8 min read
Access array items using negative indices
Cover image for Access array items using negative indices

Access array items using negative indices

Comments 1
4 min read
Create a LocalStorage polyfill for non-browser environments
Cover image for Create a LocalStorage polyfill for non-browser environments

Create a LocalStorage polyfill for non-browser environments

Comments
6 min read
Use JavaScript Proxy to warn of unknown properties
Cover image for Use JavaScript Proxy to warn of unknown properties

Use JavaScript Proxy to warn of unknown properties

1
Comments 1
4 min read
Cache function invocation results
Cover image for Cache function invocation results

Cache function invocation results

Comments
8 min read
Implement the Singleton pattern
Cover image for Implement the Singleton pattern

Implement the Singleton pattern

7
Comments
5 min read
Say goodbye to callback hell
Cover image for Say goodbye to callback hell

Say goodbye to callback hell

Comments
5 min read
Discover the power of a revocable Proxy
Cover image for Discover the power of a revocable Proxy

Discover the power of a revocable Proxy

Comments
5 min read
Build a SQL query builder
Cover image for Build a SQL query builder

Build a SQL query builder

2
Comments
7 min read
Simplify document cookies management
Cover image for Simplify document cookies management

Simplify document cookies management

Comments
7 min read
Build a REST client
Cover image for Build a REST client

Build a REST client

1
Comments
9 min read