I'm looking at using React front end combined with a Django database backend. I haven't found a packaged solution for my components to get their initial data from a Django endpoint. Would react-resolver be a good way to do this?
Thanks for all your hard work.