Skip to content

vicompany/workshop-proxy

Repository files navigation

Workshop Proxy 🤘

Howdy! This is a mini-workshop about ES2015’s Proxy.

What you will learn

  • How to use Reflect
  • How to wrap objects in a Proxy
  • Practical use-cases like loggers
  • Extend existing objects with magical features 🦄

Prerequisites

Getting started

To get started, you will have to download the project and install it’s dependencies. Run the following commands:

# Copy the repository
git clone https://github.com/vicompany/workshop-proxy

# Navigate the the workshop directory
cd workshop-proxy

# Install all dependencies
npm install

That is all!

Introduction

Now we’re all set up, you can start at the introduction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published