|
1 |
| -# [](https://dataclient.io) |
| 1 | +<h1> |
| 2 | +<div align="center"> |
| 3 | +<a href="https://dataclient.io" target="_blank" rel="noopener"> |
| 4 | + <img alt="Reactive Data Client" src="./data_client_logo_and_text.svg?sanitize=true"> |
| 5 | +</a> |
| 6 | +</div> |
| 7 | +</h1> |
| 8 | + |
| 9 | +<div align="center"> |
2 | 10 |
|
3 | 11 | [](https://circleci.com/gh/reactive/data-client)
|
4 | 12 | [](https://app.codecov.io/gh/reactive/data-client?branch=master)
|
|
8 | 16 | [](http://makeapullrequest.com)
|
9 | 17 | [](https://discord.gg/35nb8Mz)
|
10 | 18 |
|
11 |
| -Define your [async methods](https://dataclient.io/docs/getting-started/resource). Use them [synchronously in React](https://dataclient.io/docs/getting-started/data-dependency). [Instantly mutate](https://dataclient.io/docs/getting-started/mutations) the data and automatically update all usages. |
| 19 | +</div> |
12 | 20 |
|
13 |
| -For [REST](https://dataclient.io/rest), [GraphQL](https://dataclient.io/graphql), [Websockets+SSE](https://dataclient.io/docs/concepts/managers#data-stream) and [more](https://dataclient.io/docs/guides/img-media) |
| 21 | +The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations). |
14 | 22 |
|
15 |
| -<div align="center"> |
| 23 | +[Declarative resouce definitons](https://dataclient.io/docs/getting-started/resource) for [REST](https://dataclient.io/rest), [GraphQL](https://dataclient.io/graphql), [Websockets+SSE](https://dataclient.io/docs/concepts/managers#data-stream) and [more](https://dataclient.io/rest/api/Endpoint) |
| 24 | +<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in React, NextJS, React Native, ExpoGo |
16 | 25 |
|
17 |
| -**[📖Read The Docs](https://dataclient.io/docs)** | [🏁Getting Started](https://dataclient.io/docs/getting-started/installation) |
| 26 | +Schema driven. Zero updater functions. |
| 27 | + |
| 28 | +<div align="center"> |
18 | 29 |
|
19 |
| -🎮 **Demos** | |
| 30 | +**[📖Read The Docs](https://dataclient.io/docs)** | [🏁Getting Started](https://dataclient.io/docs/getting-started/installation) <br/>🎮 **Demos:** |
20 | 31 | [Todo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/todo-app?file=src%2Fpages%2FHome%2FTodoList.tsx) |
|
21 | 32 | [Github](https://stackblitz.com/github/reactive/data-client/tree/master/examples/github-app?file=src%2Fpages%2FIssueList.tsx) |
|
22 | 33 | [NextJS SSR](https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx) |
|
|
0 commit comments