Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 457 Bytes

File metadata and controls

9 lines (5 loc) · 457 Bytes

react-tutorial-django

The React tutorial with a Django backend implementation.

This follows the steps in the tutorial quite closely. The extra features are to add Django-backed API endpoints, so that React can render and post actual comments.

This also adds in PyReact and django-pipeline, so that the JSX is compiled by the server when ./manage.py collectstatic is run.