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: docusaurus/docs/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
id: intro
3
3
title: Introduction
4
4
sidebar_label: Introduction
5
-
description: 'react-isomorphic-data is a library to handle JSON-formatted data in your react app, with full SSR support. It has similar APIs to react-apollo'
5
+
description: 'react-isomorphic-data is a library to handle JSON-formatted data in your react app, with Suspense SSR support. It has similar APIs to react-apollo'
6
6
---
7
7
8
8
`react-isomorphic-data` is heavily inspired by `react-apollo`. The main purpose of it is to allow developers to write React components that can declare its own data requirement in the component itself, with SSR support as well!
0 commit comments