r

redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
https://github.com/gajus/redux-immutable#readme
BSD-3-Clause
Gajus Kuizinas
gajus
Files download
File Operation
redux-immutable-4.0.0.jar download
redux-immutable-4.0.0.pom download
redux-immutable-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>redux-immutable</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:redux-immutable:4.0.0'
Gradle Kotlin
implementation("org.mvnpm:redux-immutable:4.0.0")
Scala SBT
libraryDependencies += "org.mvnpm" % "redux-immutable" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='redux-immutable', version='4.0.0')
)
Apache Ivy
<dependency org="org.mvnpm" name="redux-immutable" rev="4.0.0" />
Leiningen
[org.mvnpm/redux-immutable "4.0.0"]
Apache Buildr
'org.mvnpm:redux-immutable:jar:4.0.0'
Dependencies
The project has no third-party dependencies