observablehq / examples

Examples of using Observable in a variety of contexts
108 stars 33 forks source link

react fixes #14

Closed mbostock closed 3 years ago

mbostock commented 3 years ago

I thought this would be the last but noticed some React code could be improved too.

mbostock commented 3 years ago

Tweaked again — I was being a little paranoid checking whether ref.current changes. That should never happen™ so I’m no longer bothering to check (which was already the case in the create-react-app example).