appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.91k stars 468 forks source link

SSR support for reactivemaps #888

Closed metagrover closed 5 years ago

metagrover commented 5 years ago

Issue Type: Enhancement

Platform: Web (Maps)

Description: We should enable SSR for results without rendering the actual map to enable rendering of results cards/list next to maps via SSR.

For example, consider the airbnb example with SSR - ideally, on the first load, it should render the result cards and render the map on client.

metagrover commented 5 years ago

Added here: 8a44613 🎉