It's technically completely possible. You do not /have/ to use the GWT serialization lib which comes with RPC. You can use JSON with GWT. It's actually very trendy and some new librairies simplify this. But the…
Polymer is a framework based on web-components (a relatively low level fmk - it's not angular). Webcomps is a coming standard to be implemented natively by browser, so you'll have a native components model, at last !…
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…
It's technically completely possible. You do not /have/ to use the GWT serialization lib which comes with RPC. You can use JSON with GWT. It's actually very trendy and some new librairies simplify this. But the…
Polymer is a framework based on web-components (a relatively low level fmk - it's not angular). Webcomps is a coming standard to be implemented natively by browser, so you'll have a native components model, at last !…
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…