Skip to content

Commit 3cb6174

Browse files
committed
docs: Improvements to 0.13 blog
1 parent d6eab29 commit 3cb6174

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: 'v0.13: NextJS App Router, ExpoGo, React 19, Redux'
3-
description: Support for NextJS App Router and React 19, while improving comaptibility with React Native and ExpoGo
2+
title: 'v0.13: NextJS App Router, Expo, React 19, Redux'
3+
description: Support for NextJS App Router and React 19, while improving comaptibility with React Native and Expo
44
authors: [ntucker]
5-
tags: [releases, nextjs, expogo, native]
5+
tags: [releases, nextjs, expo, native]
66
---
77

88
import Link from '@docusaurus/Link';
@@ -141,9 +141,17 @@ import {
141141

142142
</DiffEditor>
143143

144-
### ExpoGo
144+
This makes it possible to easily integrate Data Client into any SSR framework.
145+
We welcome [contributions](https://github.com/reactive/data-client/blob/master/CONTRIBUTING.md) for integration
146+
with any open source framework.
145147

148+
### Expo
146149

150+
We have begun work on Expo demos, and thus found and fixed some compatibility
151+
issues by these integrations. Please [report any issues](https://github.com/reactive/data-client/issues/new/choose)
152+
that we may have missed.
153+
154+
<!-- Include embedded snack -->
147155

148156
### React 19
149157

@@ -154,7 +162,8 @@ exported from React itself. This has the added benefit of reducing the bundle si
154162

155163
### Redux
156164

157-
Add [@data-client/react/redux](/docs/guides/redux) [#3099](https://github.com/reactive/data-client/pull/3099)
165+
Add [@data-client/react/redux](/docs/guides/redux) [#3099](https://github.com/reactive/data-client/pull/3099).
166+
This removes the need for the separate @data-client/redux package.
158167

159168
<DiffEditor>
160169

@@ -374,7 +383,7 @@ export default class LoggingManager implements Manager {
374383

375384
### React 16.14+ {#react-version}
376385

377-
Changes the minimum React version from 16.8.4 -> 16.14. This has no breaking changes.
386+
Changes the minimum React version from 16.8.4 -> 16.14. There are no code updates needed.
378387

379388
<PkgTabs pkgs="[email protected] [email protected]" upgrade />
380389

0 commit comments

Comments
 (0)