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
44authors : [ntucker]
5- tags : [releases, nextjs, expogo , native]
5+ tags : [releases, nextjs, expo , native]
66---
77
88import 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
379388380389
0 commit comments