Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

posts/Reconciling-Templates-With-Components #58

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Monadical Consulting | Reconciling Templates and JS Components

The fundamental issue is that Django wants you to build up your pages using template fragments, and React wants to pull you into its world with JS components as the main building blocks.

https://monadical.com/posts/Reconciling-Templates-With-Components.html

josezy commented 3 years ago

Amazing article 🎉🎉 I'm using this methodology to build a web-based drone management platform and this is super useful to mix the power of django with the amazing UX that React offers 👏