Skip to content

Commit d6eab29

Browse files
committed
docs: Add links to platforms
1 parent 908b80b commit d6eab29

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

.changeset/silent-candles-stick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@data-client/react': patch
3+
---
4+
5+
docs: Add links to platforms

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations).
1010

1111
[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
12+
<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in [React](https://react.dev/), [NextJS](https://nextjs.org/), [React Native](https://reactnative.dev/), [Expo](https://expo.dev/)
1313

1414
Schema driven. Zero updater functions.
1515

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations).
1010

1111
[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
12+
<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in [React](https://react.dev/), [NextJS](https://nextjs.org/), [React Native](https://reactnative.dev/), [Expo](https://expo.dev/)
1313

1414
Schema driven. Zero updater functions.
1515

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"android",
4141
"web",
4242
"expo",
43+
"expogo",
4344
"nextjs",
4445
"middleware",
4546
"websocket",

website/blog/2024-06-17-v0.13-nextjs-app-router-expogo-native.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import Link from '@docusaurus/Link';
99
import useBaseUrl from '@docusaurus/useBaseUrl';
1010

1111
Platforms:
12-
- NextJS App Router
13-
- ExpoGo
14-
- React 19
12+
- [NextJS App Router](https://nextjs.org/docs/app)
13+
- [Expo](https://expo.dev/)
14+
- [React 19](https://react.dev/blog/2024/12/05/react-19)
1515

16-
Packages moved inside:
16+
Packages moved inside [@data-client/react](https://www.npmjs.com/package/@data-client/react):
1717
- Redux
1818
- Hooks
1919

@@ -25,7 +25,7 @@ Packages moved inside:
2525

2626
[**Breaking Changes:**](/blog/2024/06/17/v0.13-nextjs-app-router-expogo-native#migration-guide)
2727

28-
- actionTypes.SET_TYPE -> actionTypes.SET_RESPONSE_TYPE
28+
- actionTypes.SET_TYPE -> [actionTypes.SET_RESPONSE_TYPE](https://dataclient.io/docs/api/Actions#set_response)
2929
- SetAction -> SetResponseAction
3030
- Min React version 16.8.4 -> 16.14
3131

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function HomepageEnder() {
9898
export default function Home() {
9999
const image = useBaseUrl('img/social/data_client_logo_card.png');
100100
return (
101-
<Layout description="The scalable way to build applications with dynamic data. REST, GraphQL, Websockets+SSE with React, NextJS, React Native, ExpoGo">
101+
<Layout description="The scalable way to build applications with dynamic data. REST, GraphQL, Websockets+SSE with React, NextJS, React Native, Expo">
102102
<PageMetadata image={image} />
103103
<Head>
104104
<title>Reactive Data Client</title>

0 commit comments

Comments
 (0)