You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-66Lines changed: 61 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,86 @@
1
1
# React AutoLocalise
2
2
3
-
This is SDK for [AutoLocalise](<[AutoLocalise](https://www.autolocalise.com)>).
3
+
This is SDK for [AutoLocalise](https://www.autolocalise.com).
4
4
5
-
A lightweight, efficient auto-translation SDK for React, React Native, and Expo applications. This SDK provides seamless integration for automatic content translation and support offline mode.
5
+
A lightweight, efficient auto-translation SDK for Reactand Next.js applications. This SDK provides seamless integration for automatic content translation with support for server-side rendering.
6
6
7
7
You don't need to prepare any translation files, just provide your API key and the SDK will handle the rest.
8
8
9
+
## Next.js Server-Side Rendering Support
10
+
11
+
This SDK fully supports Next.js server-side rendering (SSR). You can pre-fetch translations on the server and hydrate the client with these translations for a seamless user experience.
0 commit comments