sanjar-notes / frontend

The basics - HTML, CSS, Javascript, browser APIs, performance
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