|
|
|
|
|
by mbivert
695 days ago
|
|
> Why do you assume there is a requirement to access nodes directly, and why would that be a typical requirement? I haven't made a case for it to be a requirement, but rather for direct access to be 1) trivial to achieve 2) more convenient than all of the (Vanilla JS) alternatives that I know of (attributes-based solutions). > JSX and React’s refs From a quick glance, I'm not sure this brings anything more than keeping a handful of node pointers around. But it should, at least in some ways, be better that attribute-based solutions. |
|