An open API service indexing awesome lists of open source software.

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

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/