Skip to content

Commit 7335a15

Browse files
refactor: content in doc
1 parent 83270a0 commit 7335a15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/docs/reactivesearch/react-searchbox/server-side-rendering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Some benefits offered by SSR technique
2323

2424
`@appbaseio/react-searchbox` is compatible with server-side rendering. We provide an API that works with any SSR solution.
2525

26-
The basic idea of SSR support for `@appbaseio/react-searchbox` is to perform any necessary API calls to the search client and compute the initial state of App, then redyhrate the client side with the initialState computed on the server-side.
2726

2827
## How does it work?
2928

29+
The basic idea of SSR support for `@appbaseio/react-searchbox` is to perform any necessary API calls to the search client and compute the initial state of App, then redyhrate the client side with the initialState computed on the server-side.
30+
3031
We split the concerns into:
3132

3233
- server: the main server entry to serve requested pages.

0 commit comments

Comments
 (0)