https://github.com/hyshka/django-webpack-talk
Explore common Single Page App architectures and provide examples for integrating a SPA with Django
https://github.com/hyshka/django-webpack-talk
django react vue webpack
Last synced: 3 months ago
JSON representation
Explore common Single Page App architectures and provide examples for integrating a SPA with Django
- Host: GitHub
- URL: https://github.com/hyshka/django-webpack-talk
- Owner: hyshka
- License: mit
- Created: 2019-03-14T22:53:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T18:44:10.000Z (about 7 years ago)
- Last Synced: 2025-04-12T23:29:00.792Z (about 1 year ago)
- Topics: django, react, vue, webpack
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/visit1985/mdp) and use this command:
```
mdp -ifc SLIDES.md
```
## Special thanks to...
- https://github.com/keeners/techmeet
- https://fractalideas.com/blog/making-react-and-django-play-well-together/
- https://webpack.js.org/