observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.13k stars 85 forks source link

npm:react-dom #1467

Closed mbostock closed 2 weeks ago

mbostock commented 2 weeks ago

Tiny optimization to React: the npm:react-dom/client endpoint imports npm:react-dom, so there’s no reason to import the former. It’s slightly faster to just import npm:react-dom directly: one less dependency.

Also deletes an unlisted and now-defunct lib/react page.