前端 开源个小工具, 主要解决 nextjs 在接口调用上几个痛点:

342784178(hahaee) · January 26, 2024 · 176 hits

开源个小工具, 主要解决 nextjs 在接口调用上几个痛点:

  1. 类型提示: 对于 http 接口调用提供类型提示
  2. 类型安全: 解决序列化导致非基础类型 (比对 Date 类型) 丢失的问题
  3. 本地/http 调用自适应: 只需要编写本地函数, 无需编写 http 接口. 根据渲染模式决定直接/http 调用.

https://github.com/d342784178/next-sRpc

使用示例

No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.