Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do back-end in ReactJS- (Is it possible)

I am new to web development I want to create an application using React and Django but all tutorials show that by using REST API.

is there a way to use Django and react without REST API and perform CURD.

like image 894
Ali Raza Avatar asked Sep 14 '25 12:09

Ali Raza


1 Answers

I recommend also reading this blog post https://www.valentinog.com/blog/drf/, where Django and React are integrated via mini React apps inside Django templates. I am not sure if it is the best approach, but may be useful.

like image 143
Fernando Covatti Avatar answered Sep 17 '25 03:09

Fernando Covatti