Live data from Hacker News

Viewing profile — mathieulorber

mathieulorber

HN member
Joined
Thu, Feb 26, 2015, 4:55 PM UTC
HN karma
3
Public activity
3 items

About mathieulorber

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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,…