Hacker News new | ask | show | jobs
by mathieulorber 4111 days ago
The backend part of GWT is really tiny : a RPC library which stays optional ; lots of people do not use at all nowadays.

I haven't took the time to look how react exactly work yet, but it seems the notion of virtual dom is really comparable to GWT initial component model. Even if the initial motivation is not the same, in both models there's a separation between the DOM and the components tree you manipulate.