hyshka / django-webpack-talk

Explore common Single Page App architectures and provide examples for integrating a SPA with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-webpack-talk

Overview

  • Explore two common architectures for integrating a Single Page App into Django
  • Live demo of the techmeet app (Same Origin)
  • Explain how Django serves the Single Page App in production
  • Explain how we use Webpack's DevServer in development
  • Summarize why I'm interested in exploring the Same Origin model

Slides

View the SLIDES.md for my notes on installation and why I wanted to explore this implentation.

To view in presentation mode install mdp and use this command:

mdp -ifc SLIDES.md

Special thanks to...

About

Explore common Single Page App architectures and provide examples for integrating a SPA with Django

License:MIT License