From 812d3478bd4b5a218ea3496c87ae280828802f11 Mon Sep 17 00:00:00 2001 From: Valentino Gagliardi Date: Wed, 21 Mar 2018 14:08:36 +0100 Subject: [PATCH] Added: Tutorial: Django REST with React (Django 2.0) (#5891) --- docs/topics/tutorials-and-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/tutorials-and-resources.md b/docs/topics/tutorials-and-resources.md index c28714252..1e68a3b38 100644 --- a/docs/topics/tutorials-and-resources.md +++ b/docs/topics/tutorials-and-resources.md @@ -31,6 +31,7 @@ There are a wide range of resources available for learning and using Django REST * [Creating a Production Ready API with Python and Django REST Framework – Part 2][creating-a-production-ready-api-with-python-and-drf-part2] * [Django REST Framework Tutorial - Build a Blog API][django-rest-framework-tutorial-build-a-blog] * [Django REST Framework & React Tutorial - Build a Todo List API][django-rest-framework-react-tutorial-build-a-todo-list] +* [Tutorial: Django REST with React (Django 2.0)][django-rest-react-valentinog] ## Videos @@ -120,3 +121,4 @@ Want your Django REST Framework talk/tutorial/article to be added to our website [submit-pr]: https://github.com/encode/django-rest-framework [anna-email]: mailto:anna@django-rest-framework.org [pycon-us-2017]: https://www.youtube.com/watch?v=Rk6MHZdust4 +[django-rest-react-valentinog]: https://www.valentinog.com/blog/tutorial-api-django-rest-react/