Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belgattitude/desync
Small utilities for dealing with data, typescript and react
https://github.com/belgattitude/desync
async hooks promise react typescript
Last synced: 23 days ago
JSON representation
Small utilities for dealing with data, typescript and react
- Host: GitHub
- URL: https://github.com/belgattitude/desync
- Owner: belgattitude
- License: mit
- Created: 2020-02-15T15:15:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T23:31:59.000Z (about 3 years ago)
- Last Synced: 2024-10-03T10:37:39.422Z (about 1 month ago)
- Topics: async, hooks, promise, react, typescript
- Language: TypeScript
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @desync
> Small utilities and hooks for dealing with data in a typescript world
## Projects
### Hooks
| Hooks | | | | |
|-------------------------|--------------------------------------------|------|----|----|
| [@desync/usePromise](./packages/use-promise/README.md) | [![Stable Release](https://img.shields.io/npm/v/@desync/use-promise.svg)](https://npm.im/@desync/use-promise) | [![gzip size](https://badgen.net/bundlephobia/minzip/@desync/use-promise)](https://bundlephobia.com/result?p=@desync/use-promise) | [![codecov](https://codecov.io/gh/belgattitude/desync/branch/master/graph/badge.svg?flag=usePromise)](https://codecov.io/gh/belgattitude/desync) | ![npm](https://img.shields.io/npm/dt/@desync/use-promise) |
| [@desync/useDeepCompareMemoize](./packages/use-deep-compare-memoize/README.md) | [![Stable Release](https://img.shields.io/npm/v/@desync/use-deep-compare-memoize.svg)](https://npm.im/@desync/use-deep-compare-memoize) | [![gzip size](https://badgen.net/bundlephobia/minzip/@desync/use-deep-compare-memoize)](https://bundlephobia.com/result?p=@desync/use-deep-compare-memoize) | [![codecov](https://codecov.io/gh/belgattitude/desync/branch/master/graph/badge.svg?flag=useDeepCompareMemoize)](https://codecov.io/gh/belgattitude/desync) | ![npm](https://img.shields.io/npm/dt/@desync/use-deep-compare-memoize) |### Utilities
| Utilities | | | | |
|-------------------------|--------------------------------------------|------|----|-----|
| [@desync/result](./packages/result/README.md) | [![Stable Release](https://img.shields.io/npm/v/@desync/result.svg)](https://npm.im/@desync/result) | [![gzip size](https://badgen.net/bundlephobia/minzip/@desync/result)](https://bundlephobia.com/result?p=@desync/result) | [![codecov](https://codecov.io/gh/belgattitude/desync/branch/master/graph/badge.svg?flag=result)](https://codecov.io/gh/belgattitude/desync) | ![npm](https://img.shields.io/npm/dt/@desync/result) |