1
1
---
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
4
4
authors : [ntucker]
5
- tags : [releases, nextjs, expogo , native]
5
+ tags : [releases, nextjs, expo , native]
6
6
---
7
7
8
8
import Link from '@docusaurus/Link ';
@@ -141,9 +141,17 @@ import {
141
141
142
142
</DiffEditor >
143
143
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.
145
147
148
+ ### Expo
146
149
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 -->
147
155
148
156
### React 19
149
157
@@ -154,7 +162,8 @@ exported from React itself. This has the added benefit of reducing the bundle si
154
162
155
163
### Redux
156
164
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.
158
167
159
168
<DiffEditor >
160
169
@@ -374,7 +383,7 @@ export default class LoggingManager implements Manager {
374
383
375
384
### React 16.14+ {#react-version}
376
385
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 .
378
387
379
388
380
389
0 commit comments