Skip to content

Commit 8c4db78

Browse files
committed
fix: adds marquee png and ToC to docs
1 parent eab1538 commit 8c4db78

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
# `zod-sdk`
1+
![zod-sdk](./zod-sdk.png)
22

33
Zod SDK is an RPC library. Like TRPC it's going to reflect types from your backend. Of course, it does more than that. Here's what:
44

5+
- [What and why](#what-and-why)
6+
- [Type narrowing your payloads](#type-narrowing-your-payloads)
7+
- [Asynchronous context tracking in Node](#asynchronous-context-tracking-in-node)
8+
- [Where does zod come in?](#where-does-zod-come-in)
9+
- [Getting Started](#getting-started)
10+
- [On the server, make a router](#on-the-server-make-a-router)
11+
- [On the client, make a dispatcher](#on-the-client-make-a-dispatcher)
12+
- [useQuery in React](#usequery-in-react)
13+
- [server](#server)
14+
- [server.makeService](#servermakeservice)
15+
- [server.makeRouter](#servermakerouter)
16+
- [server.makeQuery](#servermakequery)
17+
- [client](#client)
18+
- [client.makeDispatcher](#clientmakedispatcher)
19+
- [client.query](#clientquery)
20+
- [client.command](#clientcommand)
21+
- [FAQ](#faq)
22+
- [To do](#to-do)
23+
24+
<br />
25+
526
# What and why
627

728
## Type narrowing your payloads

zod-sdk.png

9.83 KB
Loading

0 commit comments

Comments
 (0)