Home

Awesome

gwt-mobx

GWT Java bindings for MobX and MobX related projects

PLEASE NOTE THIS PROJECT IS NOT CURRENTLY MAINTAINED

If you are interested in taking over maintenance, please file an issue and I can grant you commit permission

Introduction

gwt-mobx provides Java GWT bindings based on the new JsInterop capabilities introduced in GWT 2.8 for the following MobX related projects:

This project depends on gwt-react

The API is only partially complete at this point and is highly likely to change.

Getting Started

Please take a look at the mobx examples under the examples directory for details on how to use the library.

You can download the latest release .jar from Maven Central using the following coordinates:

Roadmap

Change log

DateVersionDescription
3/18/20170.5.0Refactored to use more future proof ES6 styled stateful components and added Preact support
10/28/20160.4.0Support mobx 2.5.2 and GWT 2.8 final release
6/28/20160.3.0Support mobx 2.3.2
6/18/20160.2.0Update to use gwt-interop-utils library
5/18/20160.1.0Initial preview release to Maven Central

Resources