-
Updated
Jul 6, 2021 - JavaScript
#
reducer
Here are 457 public repositories matching this topic...
Create the next immutable state by mutating the current one
Modularize Redux by dynamically loading reducers and middlewares.
react
redux
middleware
modules
sagas
dynamic
code-splitting
reducer
middlewares
saga
code-spliting
redux-dynamic-modules
-
Updated
May 9, 2021 - TypeScript
useReducer + useEffect = useEffectReducer
-
Updated
Jun 14, 2021 - TypeScript
Dispatch reducers
-
Updated
Nov 8, 2017 - TypeScript
luizmb
commented
Apr 7, 2018
Also for iPad.
A tiny library (12 lines) for creating state machines in Redux apps
-
Updated
May 8, 2021 - JavaScript
Open
Example Apps
2
philipp-spiess
commented
Jun 13, 2018
1
sanbornhilland
commented
Jun 10, 2021
Are you open to adding a Payload utility type? I think the following would be fairly useful:
const action = createActionCreator(
'FOO',
resolve => (foo: string) => resolve({ foo }),
)
// Get the payload type of this action
const FooPayload = Payload<typeof action>Essentially I think you can do something like this but it would be better to make it generic.
tyPredictable state container for React apps written using Hooks
-
Updated
Feb 11, 2019 - JavaScript
A simple (and tiny <1kb) redux inspired reducer for handling state changes.
-
Updated
May 25, 2021 - JavaScript
-
Updated
Nov 17, 2018 - JavaScript
SSR - Router with SSR for Node & Meteor
react
sitemap
router
rest
internationalization
robot
react-router
ssr
meteor
cache
react-intl
reducer
-
Updated
Feb 21, 2018 - JavaScript
A wrapper for xstate that stores state, handles transitions, emits events for state changes and actions/activities, and includes an optional reducer framework for updating state and invoking side-effects
interpreter
state-machine
statechart
reducer
finite-state-machine
hierarchical-state-machine
harel
xstate
-
Updated
Jul 18, 2018 - JavaScript
-
Updated
May 25, 2021 - JavaScript
A Redux utility belt for reducers and actions. Inspired by acdlite/recompose.
-
Updated
Jul 5, 2021 - JavaScript
Micro-framework for Redux implemented in Kotlin
redux
android
kotlin
flux
state-management
micro-framework
state
store
kotlin-android
kotlin-library
reducer
rx
action
rxredux
-
Updated
May 18, 2021 - Kotlin
-
Updated
Jul 3, 2021 - JavaScript
NgRx Auto-Entity: Simplifying Reactive State
-
Updated
Jun 23, 2021 - TypeScript
Write once. Reduce anywhere.
-
Updated
Jun 28, 2021 - TypeScript
stream
functional-programming
asynchronous
composition
continuation
callback
reducer
monad
functor
control-flow
asynchronous-tasks
asynchronous-programming
continuation-passing-style
applicative
curried-functions
variadic
continuation-passing
continuation-tasks
point-free
callback-manager
-
Updated
Jun 29, 2021 - JavaScript
Improve this page
Add a description, image, and links to the reducer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reducer topic, visit your repo's landing page and select "manage topics."
Hello, I'm trying to type my application which is using redux-orm. I came across an issue with the new
createSelectorAPI. My code is as simple as:The error I get is that