Mike Hoolehan
Mike is a software developer living in Tallinn, Estonia. Although his list of former hobbies is expansive and every-growing, his love of of software is constant keeps him curious and enthusiastic after 20 years of professional software development across numerous languages and frameworks. Currently, Mike is following his bliss with Django, Flutter, bike-touring, camping, and tabletop gaming.
Session
Django and Vue both have unique front-end strengths. Django’s context-driven template views offer rapid development of pages directly from back-end model content. Vue’s modern reactive components provide powerful tools for building complex UIs within the rich Javascript ecosystem.
Do we have to choose one or the other, or is there a way to combine both front-end frameworks in a single project without compromising their strengths?
This talk will demonstrate step-by-step how to intermingle Vue SFCs within Django Templates, such that targeted areas can be enriched with Vue while retaining the flexibility and convenience of Django Templates in the remainder.