All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.ReducerInstance.kt Maven / Gradle / Ivy

package react

import kotlinx.js.JsTuple2

typealias Reducer = (state: S, action: A) -> S
typealias Dispatch = (action: A) -> Unit

/**
 * Only works inside [fc]
 * @see Hooks and Function Components
 */
typealias ReducerInstance = JsTuple2>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy