It really comes down to perfence. If you like Python, go with Django . If you like Javascript, go with Nodejs. Personally, I recommend learning Django.
Read moreCan you use Django with React Reddit?
I’ve used Django and the Django Rest Framework before to create an API which was consumed by a React frontend. It’s the best way to use then together in my opinion . I would create the API first and test it with Postman. Then start structuring and coding the React frontend.15 Mar 2021
Read more