DEV Community

Discussion on: CRUD APP.... which is easier to make it with? REACT or DJANGO

Collapse
 
medsaad profile image
Ahmed Said-ahmed

Django and React can work side by side. React does not PERFORM the CRUD operations (except if you are working with firebase or couchdb may be) but other than that you need a server side language like Django to connect with a database and manipulate data.

Collapse
 
yobretyo profile image
Bret

ok, im referont to creating a user input way to just add a product vs adding info to map over in useState manually. or, is there a way to add a product by itself in a list in react? or do you have to do that manually without a backend like Django/Python?