You can use Django and react with the help of webpack. Sent from Mail for Windows 10 From: guettli If you read the current articles about software development, you get the impression that you must create a backend API returning JSON (maybe via Django RestFramework) and then create a GUI with React/Vue/Angular.... I am a backend geek. I like Python, Django, Linux, SQL, and try to avoid _javascript_. Nevertheless I want to develop a modern GUI. By chance I found a nice library: This does exactly what I was looking for. It helps you to update parts of your html page. This way the server sends HTML to the client and htmx inserts the snippets into the page. At the moment I think I found the perfect library. But maybe I am wrong. Which alternatives exist, if you want to avoid JS and render HTML and HTML forms with Django? Regards, Thomas Güttler -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/A08741FF-3F06-475C-8AAE-EAC6698260B2%40hxcore.ol. |
- HTML Snippets instead of JSON-API guettli
- RE: HTML Snippets instead of JSON-API Vishesh Mangla