Hacker News
- Asm-Dom – WebAssembly Virtual DOM https://github.com/mbasso/asm-dom 51 comments
- Virtual DOM is pure overhead (2018) https://svelte.dev/blog/virtual-dom-is-pure-overhead 332 comments
- Fast, Bump-Allocated Virtual Doms with Rust and Wasm https://hacks.mozilla.org/2019/03/fast-bump-allocated-virtual-doms-with-rust-and-wasm/ 59 comments
- Show HN: Percy – A Rust and WebAssembly isomorphic virtual DOM implementation https://github.com/chinedufn/percy 50 comments
- [Question] How hard is to have virtual-dom by default? https://www.reddit.com/r/javascript/comments/5lkbv5/question_how_hard_is_to_have_virtualdom_by_default/ 18 comments javascript
- Optimise your Angular 1.x app: Fast rendering with HyperScript and virtual-dom https://medium.com/@svilen/optimise-your-angular-1-x-app-fast-rendering-with-hyperscript-and-virtual-dom-d76252278ad0 12 comments angularjs
- Discourse improves their Android performances by replacing Ember renderer by virtual-dom https://eviltrout.com/2016/02/25/fixing-android-performance.html 4 comments javascript
- Full C++ Web Apps with virtual DOM asm-dom https://github.com/mbasso/asm-dom 42 comments programming
- Leksah+Reflex+Reflex-Dom out of the (Virtual)Box https://drive.google.com/file/d/0b4uj9fmlxieeuzvct05inhftmhc/view?usp=sharing 10 comments haskell
- A Deep Dive into the Virtual DOM https://vimeo.com/452756545 3 comments vuejs
- How does the Virtual DOM work? https://codepen.io/sdras/full/RwwQapa 4 comments vuejs
- a portable virtual DOM https://github.com/codr4life/vicsydev/blob/master/portable_virtual_dom.md 4 comments programming
- Rolling a virtual DOM https://github.com/codr4life/vicsydev/blob/master/virtual_dom.md 11 comments programming
- Virtual dom questions https://www.reddit.com/r/javascript/comments/4mbaw5/virtual_dom_questions/ 8 comments javascript
- How to write your own Virtual DOM https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060 11 comments programming
- Virtual DOM vs Angular 1 & 2... https://auth0.com/blog/2016/01/07/more-benchmarks-virtual-dom-vs-angular-12-vs-mithril-js-vs-the-rest/ 4 comments angularjs
- The difference between Virtual DOM and DOM http://reactkungfu.com/2015/10/the-difference-between-virtual-dom-and-dom/ 3 comments reactjs
- What is Virtual DOM and what problem does it solve? https://www.tezify.com/post/what-is-virtual-dom-and-what-problem-does-it-solve/ 19 comments reactjs
- Long Live the Virtual DOM https://github.com/gactjs/gact/blob/master/docs/long-live-the-virtual-dom.md 115 comments javascript
- Building a Simple Virtual DOM from Scratch https://www.youtube.com/watch?v=85gJMUEcnkc 9 comments vuejs
- ASk: Big "virtual DOM" divide / future of JS? https://vincentgarreau.com/particles.js/ 5 comments javascript
- Introducing Backbone.VDOMView, Backbone Views with a virtual DOM. https://opkode.com/blog/backbone-vdomview/ 11 comments javascript
- Virtual DOM SSR Performance https://medium.com/@localvoid/virtual-dom-ssr-performance-5c292d4961a0 7 comments javascript
- Reactive MVC and the Virtual DOM http://futurice.com/blog/reactive-mvc-and-the-virtual-dom 5 comments programming
- Standalone Virtual DOM implementation. https://github.com/matt-esch/virtual-dom 6 comments javascript
- Virtual DOM vs memoized DOM vs the GlimmerVM https://twitter.com/vaier/status/1065746250404904960?s=20 17 comments reactjs
- Reports of the Virtual DOM’s Death are Greatly Exaggerated https://medium.com/javascript-in-plain-english/reports-of-the-virtual-doms-death-are-greatly-exaggerated-2206d00beead?source=friends_link&sk=b5f79f16c48ffc38b2d7ffad5ed67b71 4 comments javascript
- LazyDOM — an experiment to bring virtual DOM to the browser natively https://medium.com/@jayphelps/lazydom-an-experiment-to-bring-virtual-dom-to-the-browser-natively-6a2f47096aca 23 comments javascript
- Blazing Fast HTML - Virtual DOM in Elm http://elm-lang.org/blog/blazing-fast-html.elm 16 comments programming
- Blazing Fast HTML - Virtual DOM in Elm http://elm-lang.org/blog/blazing-fast-html.elm 26 comments haskell
- Reactivity without Virtual DOM. New version. Beta test https://github.com/Camplejs/Cample.js 10 comments javascript
- Created a little snippet that gives you a virtual DOM-TREE of your document https://github.com/mathiaswp/virtual-dom-tree 6 comments javascript
- JS benchmark: Virtual DOM, Angular 1,2, React, Vue, Mithril, others https://auth0.com/blog/more-benchmarks-virtual-dom-vs-angular-12-vs-mithril-js-vs-the-rest/ 3 comments programming
- Blazing Fast HTML - Virtual DOM library for Elm http://elm-lang.org/blog/blazing-fast-html.elm 7 comments elm
- Learn how to read ReactJS code by creating the virtual DOM yourself (redux included) https://wakata.io/learn/info/react-simdom 4 comments reactjs
- The one thing that no one properly explains about React — Why Virtual DOM https://hashnode.com/post/the-one-thing-that-no-one-properly-explains-about-react-why-virtual-dom-cisczhfj41bmssp53mvfwmgrq 10 comments reactjs
- React Virtual DOM vs Incremental DOM vs Ember’s Glimmer: Fight https://auth0.com/blog/2015/11/20/face-off-virtual-dom-vs-incremental-dom-vs-glimmer/ 4 comments webdev
- React-like Virtual DOM in 70 lines of TypeScript https://github.com/ms-jpq/noact 5 comments javascript
- The Virtual DOM is extremely slow. Meet the much faster Memoized DOM https://medium.freecodecamp.org/the-virtual-dom-is-slow-meet-the-memoized-dom-bb19f546cc52 18 comments reactjs
- A simplified explanation of how @resembli/react-virtualized-window virtualizes DOM views and how it prevents content flashes when users scroll quickly. https://www.resembli.com/blog/react-virtualized-window-implementation 9 comments reactjs