Frontend
173 articles Β· all categories
Lessons from 20 years of building UIs people actually use β React, dataviz, and the browser platform.
Frontend articles
6 articles from September 2016 Β· show all
A puzzle in JavaScript objects
This is a puzzle you can run into if youβre not careful, and sometimes, despite your best efforts, even if you are careful. It happened to me when I had a settings object that I passed into a view. The view then did things. When I made a new view from the settings object, it looked like the view I had just cleared.