Echo JS 0.11.0

<~>

timoxley comments

timoxley 1129 days ago. link 1 point
Would have been good to see a comparison with splice against shift, because I am definitely wondering "how bad could it be".
timoxley 1182 days ago. link 1 point
Every successful community requires moderation.

Can you explain why you picked that username?
timoxley 1834 days ago. link 1 point
Tried using this multiple times but you end up having to override so much it's barely worth using. Doesn't really solve any of the real problems you have regarding dialogs e.g. capturing/locking focus, displaying on top no matter the parent styles, etc. It's basically ~30 lines of CSS you could/should have written yourself.
timoxley 2028 days ago. link 2 points
This article does not show a single performance measurement. Does any of this *actually* improve performance? You can't optimise if you don't measure. You're not optimising if you're not measuring.
timoxley 2229 days ago. link 2 points
more accurately, only the reference is immutable. Nothing special happens that changes how const works with primitives vs objects.
timoxley 2255 days ago. link 3 points
Note the node event loop is not dissimilar to the event loop in the browser. There's a great talk explaining
the browser event loop, tasks, microtasks, etc and how they're  scheduled with CSS, Animations the DOM in this talk from Jake Archibald at 2018 JSConf Asia: https://www.youtube.com/watch?v=cCOL7MC4Pl0
[more]