タグ

ブックマーク / svelte.dev (1)

  • Virtual DOM is pure overhead

    Virtual DOM is pure overhead Let's retire the 'virtual DOM is fast' myth once and for all Rich Harris Dec 27 2018 If you've used JavaScript frameworks in the last few years, you've probably heard the phrase 'the virtual DOM is fast', often said to mean that it's faster than the real DOM. It's a surprisingly resilient meme — for example people have asked how Svelte can be fast when it doesn't use a

    Virtual DOM is pure overhead
    latena
    latena 2019/05/24
    “It's important to understand that virtual DOM isn't a feature. It's a means to an end, the end being declarative, state-driven UI development.” ずっと思ってたことが書かれてる。で、私は MobX で状態監視して直接 DOM 更新する方法を画策してるんだけど...
  • 1