gwt-mobx

Provides Java GWT bindings for MobX and MobX related libraries

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки React
Группа

Группа

com.github.gwtreact
Идентификатор

Идентификатор

gwt-mobx
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gwt-mobx
Provides Java GWT bindings for MobX and MobX related libraries
Ссылка на сайт

Ссылка на сайт

https://github.com/GWTReact/gwt-mobx
Система контроля версий

Система контроля версий

https://github.com/GWTReact/gwt-mobx.git

Скачать gwt-mobx

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/ -->
<dependency>
    <groupId>com.github.gwtreact</groupId>
    <artifactId>gwt-mobx</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation 'com.github.gwtreact:gwt-mobx:0.5.0'
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation ("com.github.gwtreact:gwt-mobx:0.5.0")
'com.github.gwtreact:gwt-mobx:jar:0.5.0'
<dependency org="com.github.gwtreact" name="gwt-mobx" rev="0.5.0">
  <artifact name="gwt-mobx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtreact', module='gwt-mobx', version='0.5.0')
)
libraryDependencies += "com.github.gwtreact" % "gwt-mobx" % "0.5.0"
[com.github.gwtreact/gwt-mobx "0.5.0"]

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-servlet jar 2.8.0

Модули Проекта

Данный проект не имеет модулей.

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:

  • groupId    com.github.gwtreact
  • artifactId  gwt-mobx
  • version    0.5.0

Roadmap

  • Finish the api
  • Provide API's for the popular add-ons
  • Support developer tools DONE

Change log

Date Version Description
3/18/2017 0.5.0 Refactored to use more future proof ES6 styled stateful components and added Preact support
10/28/2016 0.4.0 Support mobx 2.5.2 and GWT 2.8 final release
6/28/2016 0.3.0 Support mobx 2.3.2
6/18/2016 0.2.0 Update to use gwt-interop-utils library
5/18/2016 0.1.0 Initial preview release to Maven Central

Resources

com.github.gwtreact

GWT React

Provides GWT Interfaces for React related projects

Версии библиотеки

Версия
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0