GWT Java bindings for React Router
##Introduction
gwt-react-router provides Java GWT bindings based on the new JsInterop capabilities introduced in GWT 2.8 for react-router 2.3.0
This project depends on gwt-react
Please note: the project currently only works with a Snapshot build of GWT 2.8. Consider this project a preview. The API is only partially complete at this point and is highly likely to change.
##Getting Started
Please take a look at the gwt-react-examples project for details on how to use the library.
You can download the latest release .jar from Maven Central using the following coordinates:
- groupId com.github.gwtreact
- artifactId gwt-react-router
- version 0.2.0
##Roadmap
- Finish and test the complete API
- Add some more samples to gwt-react-examples
##Change log
Date | Version | Description |
---|---|---|
6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
5/25/2016 | 0.1.1 | Fix incorrect inherits |
5/13/2016 | 0.1.0 | Initial preview release to Maven Central |