Viewing profile — mathieulorber
mathieulorber
HN member- Joined
- Thu, Feb 26, 2015, 4:55 PM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About mathieulorber
No profile information was provided.
Recent public activity
-
comment
Comment #9243166
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 lib…
-
comment
Comment #9242349
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 …
-
comment
Comment #9236701
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,…