We have 250+ products dynamically inserted and sorted on our site daily (more specifically our homepage... yes, it's a long page). Our dev team would like to explore rendering the page server-side using ReactJS.
We currently use a CDN to cache all the content, which of course we would like to continue using.
SO... will Google be able to crawl that content?
We've read some articles with different ideas (including prerendering):
http://andrewhfarmer.com/react-seo/
http://www.seoskeptic.com/json-ld-big-day-at-google/
If we were to only load the schema important to the page (like product title, image, price, description, etc.) from the server and then let the client render the remaining content (comments, suggested products, etc.), would that go against best practices? It seems like that might be seen as showing the googlebot 1 version and showing the site visitor a different (more complete) version.