|
|
|
|
|
by ricardobeat
382 days ago
|
|
> The concept is to have JSX transform to allowing attributes to be given MaybeRefs, and if its a ref then watch it and set the attr to the value That is essentially what Signals are, including directly setting .textContent when possible. This model actually predates all of this and was used way back, in Backbone.js and other pre-react frameworks, except we didn’t have JSX or virtual DOM at the time. |
|