|
| 1 | +<div align="center"> |
1 | 2 | <a href="https://dataclient.io" target="_blank" rel="noopener">
|
2 |
| -<picture style="max-width: 100%;"> |
| 3 | +<picture> |
3 | 4 | <source media="(prefers-color-scheme: dark)" srcset="https://github.com/reactive/data-client/raw/master/website/static/img/client_logo_and_text-border--dark.png?sanitize=true">
|
4 | 5 | <img alt="Reactive Data Client" src="https://github.com/reactive/data-client/raw/master/website/static/img/client_logo_and_text-border--light.png?sanitize=true">
|
5 | 6 | </picture>
|
6 | 7 | </a>
|
7 | 8 |
|
8 |
| - |
9 |
| - |
10 | 9 | [](https://circleci.com/gh/reactive/data-client)
|
11 | 10 | [](https://app.codecov.io/gh/reactive/data-client?branch=master)
|
12 | 11 | [](https://github.com/reactive/data-client/issues 'Percentage of issues still open')
|
|
15 | 14 | [](http://makeapullrequest.com)
|
16 | 15 | [](https://discord.gg/35nb8Mz)
|
17 | 16 |
|
18 |
| -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 | 17 |
|
20 |
| -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 | 18 |
|
22 |
| -<div align="center"> |
| 19 | +The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations). |
23 | 20 |
|
24 |
| -## 🌎 [Website](https://dataclient.io) |
| 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) |
25 | 22 |
|
26 |
| -</div> |
| 23 | +[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in React, NextJS, React Native, ExpoGo |
27 | 24 |
|
28 |
| -<div align="center"> |
| 25 | +## 🌎 [Website](https://dataclient.io) |
29 | 26 |
|
30 | 27 | **[📖Read The Docs](https://dataclient.io/docs)** | [🏁Getting Started](https://dataclient.io/docs/getting-started/installation) |
|
31 | 28 | [🎮Todo Demo](https://stackblitz.com/github/reactive/data-client/tree/master/examples/todo-app?file=src%2Fpages%2FHome%2FTodoList.tsx) |
|
|
0 commit comments