react-tutorial-django icon indicating copy to clipboard operation
react-tutorial-django copied to clipboard

The React tutorial with a Django backend implementation.

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.