core-flux
½kb functional flux utility. Control the flow of state data between subscribers.
½kb functional flux utility. Control the flow of state data between subscribers.
Generate type-safe action creators and a reducer from a set of curried functions
Define and hook into a typed React Context, assured of a descriptive error message if the value was not provided. Comes equipped with various reducer utilities for React useReducer.
A tool to find all hex codes in your css file, which will then be combined and converted to css variables.
Simplifies redux reducer management and standardizes it
A type-safe groupBy function for TypeScript
Redux State As Tendermint In JS
Dynamic redux reducers
dva utils
A Simple Project Generator to get you started with your app. This includes - React, Next, Typescript, Mantine, Firebase, Storybook, Framer-motion, Tailwindcss, Redux and React Query
A tiny state management library for React.
The official, opinionated, batteries-included toolset for efficient Redux development
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.