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
98 forks
Language: TypeScript
last commit: about 1 year 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,350 |
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,560 |
trpc/trpc | Builds and consumes fully typesafe APIs without schemas or code generation | 35,253 |
millsp/ts-toolbelt | A comprehensive TypeScript library providing a wide range of type utilities to improve type safety and simplify complex type operations | 6,787 |
ts-essentials/ts-essentials | A collection of reusable, high-quality TypeScript types for writing more expressive and type-safe code. | 3,805 |
ivanhofer/typesafe-i18n | An internationalization library providing a lightweight and type-safe way to handle localization in JavaScript and TypeScript projects. | 2,271 |
typescript-cheatsheets/react | A collection of documentation and examples for learning and using TypeScript with React to build scalable and maintainable JavaScript applications. | 45,629 |
palantir/redoodle | An addon library that enhances Redux integration with TypeScript by solving common pains and providing type-safe action creation and reducer inference. | 101 |
erikras/react-redux-universal-hot-example | A starter boilerplate for a universal web application using React, Redux, and Express | 11,988 |
sindresorhus/type-fest | A collection of reusable TypeScript types for common programming patterns and data structures | 14,543 |
effect-ts/effect | A TypeScript framework providing a functional effect system with tools for building robust applications | 7,841 |
innfactory/create-react-app-material-typescript-redux | A boilerplate project for starting big React projects with Material UI and Redux | 289 |
rt2zz/redux-persist | A tool for persisting and rehydrating Redux stores. | 12,976 |
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,749 |