Been reading and watching quite a bit about integration ReactJS into a Django project. I get the basic concepts of data flowing from Django in the form of JSON via Django REST Framework.
Where tutorials seem to end though is how data flows in the reverse direction and what role, if any do Django forms play? I am thinking input elements are rendered back into JSON and then sent back through Django REST Framework in the form of PUT, PATCH, POST, etc. to update models.
However, when it comes to using user input against Django's built in auth views, I am a bit lost. Does anyone have experience with this that cares to explain?
fetch. You wouldn't use Django forms at all