sanjar-notes / web_dev_fundamentals

The basics - HTML, CSS, Javascript and more
https://sanjar-notes.github.io/web_dev_fundamentals/
3 stars 0 forks source link

Proxies, traps in JS - access JS internal lifecycle hooks #85

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago
  1. Basic syntax proxies - Conner Ardman at YouTube
  2. React State made easy with proxies - Jack Herrington at YouTube

Also check out the 'Reflect API' in JS