Skip to content

Commit

Permalink
docs: Make README compatible with github mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 24, 2023
1 parent 1a3ccf8 commit ffacb06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# [![Reactive Data Client](./packages/react/data_client_logo_and_text.svg?sanitize=true)](https://dataclient.io)
<h1 tabindex="-1">
<a href="https://dataclient.io" target="_blank" rel="noopener"><img src="//github.com/reactive/data-client/raw/master/packages/react/data_client_logo_and_text.svg?sanitize=true" alt="Reactive Data Client" style="max-width: 100%;"></a>
</h1>

[![CircleCI](https://circleci.com/gh/reactive/data-client/tree/master.svg?style=shield)](https://circleci.com/gh/reactive/data-client)
[![Coverage Status](https://img.shields.io/codecov/c/gh/reactive/data-client/master.svg?style=flat-square)](https://app.codecov.io/gh/reactive/data-client?branch=master)
[![Percentage of issues still open](https://isitmaintained.com/badge/open/reactive/data-client.svg)](https://github.com/reactive/data-client/issues "Percentage of issues still open")
Expand Down Expand Up @@ -207,7 +210,7 @@ For the small price of 9kb gziped. &nbsp;&nbsp; [🏁Get started now](https://da

## Features

- [x] ![TS](./packages/react/typescript.svg?sanitize=true) Strong [Typescript](https://www.typescriptlang.org/) inference
- [x] <img src="//github.com/reactive/data-client/raw/master/packages/react/typescript.svg?sanitize=true" alt="TS" style="max-width: 100%;"> Strong [Typescript](https://www.typescriptlang.org/) inference
- [x] 🛌 React [Suspense](https://dataclient.io/docs/getting-started/data-dependency#boundaries) support
- [x] 🧵 React 18 [Concurrent mode](https://dataclient.io/docs/guides/render-as-you-fetch) compatible
- [x] 💦 [Partial Hydration Server Side Rendering](https://dataclient.io/docs/guides/ssr)
Expand Down

0 comments on commit ffacb06

Please sign in to comment.