GithubHelp home page GithubHelp logo

jvm-redux's Introduction

DEPRECATED

Moved to https://github.com/jvm-redux/

jvm-redux

Avoiding duplicate efforts.

The project defines an API & Specs to implement Redux on the JVM. It provides adapters for some existing implementations.

Context

A simple Google request reveals many implementations of Redux for the JVM.

This project has two goals :

  • Evaluate a given implementation (compliance to specs)
  • Provides a high-level API. Hence, any library can be written once and fit then all.

Api

Redux is better expressed using a functionnal language, hence the API is defined in Kotlin. The implementations may use another language.

Please, find the API here

The repository also provides adapters for the following implementations :

Please, create an issue if you want to add an adapter to another implementation.

A comparison of stores is available here

Acknowledgements : The api started out of Redux-Kotlin and some updates were made to it. Redux-Kotlin has also a nice port of the official Redux project, for that reason the tests were also imported. Thank you @pardom.

Projects using this API

Any add-ons (Middlewares, DevTools, ...) written on top of this API can fit any implementation with an adapter.

Examples :

Import project

Repository

Set-up JitPack

allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}

API

compile 'com.github.glung.jvm-redux:specs:-SNAPSHOT'

Adapter for Bansa

compile 'com.github.glung.jvm-redux:adapter-bansa:-SNAPSHOT'

Adapter for Kedux

compile 'com.github.glung.jvm-redux:adapter-kedux:-SNAPSHOT'

Adapter for Reduks

compile 'com.github.glung.jvm-redux:adapter-reduks:-SNAPSHOT'

Adapter for Redux-Java

compile 'com.github.glung.jvm-redux:adapter-redux-java:-SNAPSHOT'

Adapter for Redux-Kotlin

compile 'com.github.glung.jvm-redux:adapter-redux-kotlin:-SNAPSHOT'

jvm-redux's People

Contributors

glung avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.