Skip to content

Commit 75fdc36

Browse files
author
Miu
authored
Update README.md
1 parent 3c809da commit 75fdc36

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ Tired of scattered API calls and messy data fetching logic? Client.ts brings or
7676
await client.users.create({ name: "Alice", role: "admin" });
7777
```
7878

79+
> **⚛️ React Support**
80+
>
81+
> *client.ts* supports React that makes using the library even easier to use with React
82+
> applications with minimal footprint, no other dependencies other than React, Typescript and
83+
> Client.ts.
84+
>
85+
> Are you interested? [How about giving it a try by clicking here!](https://github.com/client-ts/react).
86+
7987
## Key Knowledge
8088

8189
### Declarative Route Definitions

0 commit comments

Comments
 (0)