How to run React and Django as a monolithic app

How can I be able to render react components instead of django templates and still be able to pass context in my response as json objects?

The React app and the Django app will both be running on the Django server.