Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31488
| Newsgroups | comp.lang.javascript |
|---|---|
| Subject | Re: virtual DOM vs. regular DOM |
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
| References | (2 earlier) <f8509ee7-475e-4876-bb9d-810df6217cb5@googlegroups.com> <XnsA6948E012795Beejj99@194.109.6.166> <f581c93c-00bb-4080-8db7-7feaa658f5c4@googlegroups.com> <XnsA694DD05F37CEeejj99@194.109.6.166> <0d5ac50b-0714-4c52-bd9e-593f5b6f4b5d@googlegroups.com> |
| Date | 2016-10-01 23:39 +0200 |
| Message-ID | <XnsA694F0BCAD5D7eejj99@194.109.6.166> (permalink) |
justaguy <lichunshen84@gmail.com> wrote on 01 Oct 2016 in comp.lang.javascript: > Ok, let's step back. I came across the term "virtual DOM" from some > "cool" JavaScript framework documentation, they claimed to to be > superior because they use virtual DOM (vs. regular DOM). And since they > seem to be popular I thought they know what they are talking about... Never, never argument your way on authority, even to yourself, arguments need to be evidence based and logically consistent. > Now, let's step back even further. The current web trend seems "thick" > client, that is, a lot of process are being done at the client (browser > side) via fancy JavaScript programming and JS framework and / or > library. Is that so? Not in my programming. Serverside has the advantages of beter security, consistent quality without cross browser problems. Clientside reduces server load, makes dynamic pages possible, has no transfer delays, unless you use xmlhttp extensively. And can accomodate ultra cheap servers. Using libraries, unless they are your own, makes you lazy, gives inconsistent results on version updates, but mostly is less fun. > The goal is to improve user experience. Do you agree? Not at all! My goal is my amusement and satisfaction, for some the money and the glory of being praised perhaps too. But be my guest, set your own goals, as long as you do not define mine. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-09-30 10:54 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-09-30 20:58 +0200
Re: virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-10-01 04:23 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-10-01 13:57 +0200
Re: virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-10-01 09:25 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-10-01 21:43 +0200
Re: virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-10-01 13:29 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-10-01 23:39 +0200
Re: virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-10-01 17:35 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-10-02 09:23 +0200
Re: virtual DOM vs. regular DOM justaguy <lichunshen84@gmail.com> - 2016-10-02 14:28 -0700
Re: virtual DOM vs. regular DOM "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-10-03 09:43 +0200
csiph-web