This message was deleted.
# ask-questions
w
This message was deleted.
f
I'm not very familiar with React on Rails. The React SDK and
GrowthBookProvider
will work fine for client side rendering. If you want to do SSR, I'm not sure exactly how that would work with Rails. We do have some docs on SSR which are based on Next.js which may be helpful https://docs.growthbook.io/lib/react#server-side-rendering-ssr
f
Thanks! Based on how
getServerSideProps
works, it seems like I would need to retrieve the relevant features/values and pass the props from the rails backend to the react frontend.
167 Views