|
6 | 6 | </picture>
|
7 | 7 | </a>
|
8 | 8 |
|
| 9 | +The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations). |
| 10 | + |
| 11 | +[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) |
| 12 | +<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in React, NextJS, React Native, ExpoGo |
| 13 | + |
| 14 | +Schema driven. Zero updater functions. |
| 15 | + |
| 16 | +**[📖Read The Docs](https://dataclient.io/docs)** | [🏁Getting Started](https://dataclient.io/docs/getting-started/installation) <br/>🎮 Demos: |
| 17 | +[Todo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/todo-app?file=src%2Fpages%2FHome%2FTodoList.tsx) | |
| 18 | +[Github Social](https://stackblitz.com/github/reactive/data-client/tree/master/examples/github-app?file=src%2Fpages%2FIssueList.tsx) | |
| 19 | +[NextJS SSR](https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx) | |
| 20 | +[Coin Price Websockets](https://stackblitz.com/github/reactive/coin-app/tree/master?file=src%2Fresources%2FStreamManager.ts,src%2Fapp%2FCurrencyList.tsx) |
| 21 | + |
| 22 | + |
9 | 23 | [](https://circleci.com/gh/reactive/data-client)
|
10 | 24 | [](https://app.codecov.io/gh/reactive/data-client?branch=master)
|
11 | 25 | [](https://github.com/reactive/data-client/issues 'Percentage of issues still open')
|
|
14 | 28 | [](http://makeapullrequest.com)
|
15 | 29 | [](https://discord.gg/35nb8Mz)
|
16 | 30 |
|
17 |
| - |
18 |
| - |
19 |
| -The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations). |
20 |
| - |
21 |
| -[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) |
22 |
| - |
23 |
| -[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in React, NextJS, React Native, ExpoGo |
24 |
| - |
25 |
| -## 🌎 [Website](https://dataclient.io) |
26 |
| - |
27 |
| -**[📖Read The Docs](https://dataclient.io/docs)** | [🏁Getting Started](https://dataclient.io/docs/getting-started/installation) | |
28 |
| -[🎮Todo Demo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/todo-app?file=src%2Fpages%2FHome%2FTodoList.tsx) | |
29 |
| -[🎮Github Demo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/github-app?file=src%2Fpages%2FIssueList.tsx) | |
30 |
| -[🎮NextJS SSR Demo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx) |
31 |
| - |
32 | 31 | </div>
|
33 | 32 |
|
34 | 33 | ## Installation
|
|
0 commit comments