typesafe-actions
Action creator library
A utility library for creating and managing Redux actions with typesafe syntax
Typesafe utilities for "action-creators" in Redux / Flux Architecture
2k stars
15 watching
97 forks
Language: TypeScript
last commit: 10 months ago action-creatorjavascriptreduxredux-actionsstatic-typingtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
piotrwitek/react-redux-typescript-guide | A comprehensive guide to building type-safe React & Redux applications using TypeScript | 13,347 |
piotrwitek/utility-types | A collection of utility types for TypeScript that complement the built-in mapped types and aliases, providing a set of common and additional types for idiomatic static typing. | 5,541 |
trpc/trpc | Builds and consumes fully typesafe APIs without schemas or code generation | 34,993 |
millsp/ts-toolbelt | A comprehensive TypeScript library providing a wide range of type utilities to improve type safety and simplify complex type operations | 6,752 |
ts-essentials/ts-essentials | A collection of reusable, high-quality TypeScript types for writing more expressive and type-safe code. | 3,770 |
ivanhofer/typesafe-i18n | An internationalization library providing a lightweight and type-safe way to handle localization in JavaScript and TypeScript projects. | 2,250 |
typescript-cheatsheets/react | A collection of documentation and examples for learning and using TypeScript with React to build scalable and maintainable JavaScript applications. | 45,464 |
palantir/redoodle | An addon library that enhances Redux integration with TypeScript by solving common pains and providing type-safe action creation and reducer inference. | 100 |
erikras/react-redux-universal-hot-example | A starter boilerplate for a universal web application using React, Redux, and Express | 11,990 |
sindresorhus/type-fest | A collection of reusable TypeScript types for common programming patterns and data structures | 14,363 |
effect-ts/effect | A framework for building robust applications in TypeScript with a focus on functional effects and dependency management | 7,641 |
innfactory/create-react-app-material-typescript-redux | A boilerplate project for starting big React projects with Material UI and Redux | 290 |
rt2zz/redux-persist | A tool for persisting and rehydrating Redux stores. | 12,963 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
redux-utilities/flux-standard-action | Defines a standard format for Flux actions in JavaScript to make them more readable and useful | 4,750 |