This post is taken from my blog, so be sure to check it out for more up-to-date content π
I have an interesting question for you - when have you l...
For further actions, you may consider blocking this person and/or reporting abuse
Great post Areknawo! There's a lot to learn about browser performance, thanks for the info! :-)
You've probably already read them but this series about how they made Firefox fast is very interesting:
Thanks!
I've indeed read some posts from the Mozilla Hacks blog. They're very insightful, well-written and informative! But I haven't stumbled on these ones yet, so thanks for links too!
I really love Lin Clark's style of writing (and cartoons) :D
15 Years old?
?
Your age? Read in your bio, is that true?
Yeah... what's the problem?
Why u'r acting rude?
I've no problem, in fact, I am amazed that you have this much of knowledge. At your age, I even don't know about writing a function. :Appreciates:
Thanks. I'm just a bit conservative about the age stuff... Some people might have different opinions on this topic.
Fabulous post!!
Thanks!
What do u think about stuff like angular ivy, lit-html and svelte having amazing performance without using the vdom?
Ps: bice post
Skipping the virtual DOM indeed gives you a performance boost. But there are complex cases in which it needs to be really well executed in order to do so. Aside from that, Svelte is on the rise, and I really like the lit-html template string approach. I somewhat even implemented it in my own framework. π
Maybe you'd want to create a function which does nothing called
html
to allow the lit-html vscode extensions to highlight the htmlI considered that, but by doing this I lose access to the arguments, (like
style
andclasses
), which can be used in pretty interesting ways.