We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Take the goRe out of a DjangoReact stack

Formale Metadaten

Titel
Take the goRe out of a DjangoReact stack
Untertitel
Integrating JS apps with Django
Serientitel
Anzahl der Teile
32
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Developing, packaging and integrating JS apps with Django. As a Django dev you cannot ignore Javascript frameworks anymore. But integrating React (or any javascript framework) with Django is not seamless: there’s no documented guide to setup a project, getting hot reloading to work is a painful must-have, and then how do you even leverage the power of both frameworks to code faster? Doing this without losing time and productivity is very hard. After 4 years of building a dozen django/react projects at Theodo, I want to share with you the very efficient setup we came up with, both for development and production use. In this session we’ll see how to: setup a JS frontend alongside Django for a smooth development experience (with hot reloading!) package and deploy a js app with a Django project make frontend and backend work together: automatically harvest Django REST framework validation errors inside redux-form and get free validation in React