Examples for the various GWT React projects
##Introduction
gwt-react-examples provides examples of how to use the various GWTReact projects including:
- gwt-react - example todomvc
- gwt-react-router - example todomvc
- gwt-redux - examples counter, todos with undo
- gwt-mobx - examples a port of redux todos (without undo), API exploration sample
- GWT interop with existing Widgets.
If you click on the example links above, you can see the Javascript projects the examples where ported from.
##Getting Started
-
Download and install Gradle from gradle.org
-
cd to the top level of gwt-react-examples
-
Type gradle jettyDraftWar
-
You can then go to the following url's for each sample
- http://localhost:8080/gwt-react-examples/apiSanityTest.html
- http://localhost:8080/gwt-react-examples/todomvc.html
- http://localhost:8080/gwt-react-examples/mobxApiTest.html
- http://localhost:8080/gwt-react-examples/mobxTodo.html
- http://localhost:8080/gwt-react-examples/reduxCounter.html
- http://localhost:8080/gwt-react-examples/reduxTodoWithUndo.html
- http://localhost:8080/gwt-react-examples/widgetInterop.html