-
Updated
Jul 6, 2022 - JavaScript
#
reducer
Here are 576 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
Jun 7, 2022 - TypeScript
useReducer + useEffect = useEffectReducer
-
Updated
Mar 26, 2022 - 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
Mar 15, 2022 - JavaScript
Open
Example Apps
2
philipp-spiess
commented
Jun 13, 2018
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
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.
ty
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Predictable 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
Feb 11, 2022 - 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
Aug 11, 2021 - JavaScript
A Redux utility belt for reducers and actions. Inspired by acdlite/recompose.
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jul 9, 2022 - 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
NgRx Auto-Entity: Simplifying Reactive State
-
Updated
Jun 16, 2022 - TypeScript
A simple program reducer for any language.
-
Updated
Mar 26, 2021 - JavaScript
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 9, 2022 - JavaScript
Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.
testing
linux
shell
quality
qa
performance
generator
test
stress
reducer
bats
quality-assurance
sysbench
ps
percona
mtr
percona-server
percona-xtradb-cluster
percona-qa
pquery
-
Updated
Jul 7, 2022 - Shell
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