I use Post/Redirect/Get <https://en.wikipedia.org/wiki/Post/Redirect/Get> 
since several years. I use simple HTML forms (via ModelForm) with a plain 
old submit-button.

Above pattern works.

But I think the web of the future works different.

Up to now my web application sends html to the web client. I think modern 
web applications
don't send html, they send data (in json format).

I guess in the future web clients render the (json) data using a 
library/framework.

For me this client-side rendering is completely new. I have no clue where 
to start this adventure.

I guess django-rest-framework could help on the server side....

Has anyone hints or practical experience?

BTW, I asked the same question some days ago in the django user group: 
https://groups.google.com/d/msg/django-users/DXF_jnb5Fow/kGefF8QYCAAJ

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to