207 Matching Annotations
- Sep 2020
-
github.com github.com
-
The more I think about this, the more I think that maybe React already has the right solution to this particular issue, and we're tying ourselves in knots trying to avoid unnecessary re-rendering. Basically, this JSX... <Foo {...a} b={1} {...c} d={2}/> ...translates to this JS: React.createElement(Foo, _extends({}, a, { b: 1 }, c, { d: 2 })); If we did the same thing (i.e. bail out of the optimisation allowed by knowing the attribute names ahead of time), our lives would get a lot simpler, and the performance characteristics would be pretty similar in all but somewhat contrived scenarios, I think. (It'll still be faster than React, anyway!)
-
- May 2020
-
medium.com medium.com
-
github.com github.com
-
Introducing React-Static! How it works and why we built it!
-
- Dec 2019
-
www.npmjs.com www.npmjs.com
-
Doesn't this already exist? Probably Then why did you do it? Why does anyone do anything?
-
- Sep 2019
-
stackoverflow.com stackoverflow.com
-
If you feel like downvoting this PLEASE comment as to WHY
-
- Jun 2017
-
twitter.com twitter.comTwitter1
- Apr 2017
-
nationalera.wordpress.com nationalera.wordpress.com
-
sift ye as wheat
When you sift wheat you shake it hard to separate the kernels, so this is saying that the devil was trying to shake her emotions to separate her from Jesus.
-