djangocon-eu-2021-conference-talk icon indicating copy to clipboard operation
djangocon-eu-2021-conference-talk copied to clipboard

Code, slides, scripts and other notes for my DjangoCon EU 2021 talk.

DjangoCon EU 2021 Conference Talk

This is a repo for code, slides, transcripts, and other notes for my DjangoCon EU 2021 conference talk: How to create a full-stack, reactive website in Django with absolutely no JavaScript.

Assets

  • Powerpoint: https://github.com/adamghill/djangocon-eu-2021-conference-talk/blob/main/DjangoCon%20EU%202021.pptx
  • Video: https://www.youtube.com/watch?v=wMiZIK8p6DQ
  • Transcript: https://github.com/adamghill/djangocon-eu-2021-conference-talk/blob/main/DjangoCon%20EU%202021%20Talk.md

Django full-stack frameworks

Example code for Django full-stack frameworks are under each folder in this repo.

vuejs

Code based on https://github.com/gtalarico/django-vue-template.

Sockpuppet

  • Homepage: https://sockpuppet.argpar.se/
  • Repo: https://github.com/jonathan-s/django-sockpuppet
  • Sponsor: https://github.com/sponsors/jonathan-s

reactor

  • Repo: https://github.com/edelvalle/reactor

Unicorn

  • Homepage: https://www.django-unicorn.com/
  • Repo: https://github.com/adamghill/django-unicorn
  • Sponsor: https://github.com/sponsors/adamghill
  • Article series about how Unicorn was built: https://dev.to/adamghill/add-some-magic-to-your-django-website-l8k

Non-Django Python frameworks

Full-stack frameworks in other ecosystems

Thanks

Thank you to Tim White, Sean Klein, and Hugo Estrada for feedback on early versions of the talk.