Friday, April 22, 2016

GWT React initial version

I have pushed the initial version of GWT React to Github It is still very much as work in progress, but I it is definitely a viable project.

The API for React itself is pretty complete. Redux works for the basics but I need to test out middleware and store enhancers. I have only tested the very basics of React Router and there is more work to do.

I am working on testing interop with existing GWT code. I am also working on an interface to https://github.com/mobxjs/mobx. I think this will actually be better suited to integrating into existing GWT projects than Redux. Its super simple and I think it will become the next big thing. Check out https://speakerdeck.com/mweststrate/state-management-is-easy-introduction-to-mobx

Currently, you will have to check out all the projects and import them into your IDE (I use intellij) to build them. The code WILL NOT work with the beta version of 2.8. You will need a snapshot build.

Take a look and let me know what you think.

--
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