[Django]-Django rest framework and forms: How to do

-1👍

I read through your solution scenarios. I work with Django-reactjs. To make things simple for yourself,.

Make do with this templating https://github.com/Frojd/django-react-templatetags

You mention of model class parameters. It can suffix, since you are interested in passing the model parameters to the frontend.

Another option is : React, with the help of Webpack (module bundler) & Babel (transpiler), will bundle and transpile your Javascript into single or multiple files that will be placed in the entry HTML page. Learn Webpack, Babel, Javascript and React and Redux (a state container). I believe you won’t use Django templating but
instead allow React to render the front-end.

Should you have anyother questions do let me know

Leave a comment