remotedata:轻型TypeScript RemoteData实现

时间:2024-03-10 01:49:05
【文件属性】:

文件名称:remotedata:轻型TypeScript RemoteData实现

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-10 01:49:05

lightweight library typescript micro remotedata

远程数据 轻量级TypeScript RemoteData实现 安装 npm install @abraham/remotedata 用法 请阅读获取更详尽的指南。 这是一个示例类,可从远程HTTP API获取推文(类型Status )。 import { Failure , fold , Initialized , Pending , RemoteData , Success } from '@abraham/remotedata' ; import { Status } from 'twitter-d' ; // Define what the RemoteData Failure and Success types will be. type State = RemoteData < number> ; class Thing { // Set the i


【文件预览】:
remotedata-main
----package.json(2KB)
----.github()
--------dependabot.yml(155B)
--------workflows()
----.prettierignore(36B)
----LICENSE(1KB)
----src()
--------index.test.ts(4KB)
--------index.ts(1KB)
----tsconfig.json(6KB)
----.coveralls.yml(71B)
----.gitignore(46B)
----README.md(4KB)

网友评论