Zer8
No user record in our sample, but Zer8 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but Zer8 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
React only "renders" everything within its shadow DOM. It then applies the results of diffing the previous and current version trying to use the most atomic operation (innerText, add/removeClass, add/removeNode, etc)
We're talking about Backbone + templating here, and that is what happens with those libs. Obviously there are other libs / frameworks that can do that, all of them using some sort of shadow DOM.
Say you want a form with as-you-type validation. You can't have a view containing the whole form and just re-render that as someone types. If you did, you'd lose the user current focus on every render. This forces you…
Same experience here. I took 0.1g to close to 1g on several occasions over a couple years. Doses in the 0.1-0.2g range would leave me fairly slow the next day, but that's it. With heavier doses I'd see after-effects for…