You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just hacking around with the starter app. Initial feedback is it is FAST!
10,000 inputs, bound to 10,000 refs with onChange bound, with barely a stutter. I think in specular you use the terminology bindValueOnInput, however to be clear I am talking about keypresses, not blur events. Significantly faster than a vanilla ReactJS app with the same number of inputs and useState.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm just hacking around with the starter app. Initial feedback is it is FAST!
10,000 inputs, bound to 10,000 refs with
onChange
bound, with barely a stutter. I think in specular you use the terminologybindValueOnInput
, however to be clear I am talking about keypresses, not blur events. Significantly faster than a vanilla ReactJS app with the same number of inputs anduseState
.Beta Was this translation helpful? Give feedback.
All reactions