worried-planet-2191
03/07/2023, 3:04 AMfuture-teacher-7046
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-ssrfamous-carpenter-71953
03/07/2023, 6:29 AMgetServerSideProps 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.