Saturday, March 18, 2017

New release of GWTReact

I have just pushed new versions of the GWTReact projects to maven central. 

This release contains some significant breaking changes. In collaboration with Ivan Markov, I have refactored the API to support ES6 style stateful components. This is a more future proof API than the React.createClass() approach. In addition, this is a much more natural API to use from Java.

As an added benefit, this change in approach now allows the same API to support https://preactjs.com/. This is super small and fast alternative to React that is ideal for mobile or if you want to add some react components to an existing project with minimal overhead. The Gzip size of this library is less than 10kb.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment