Django Rest Framework with React Tutorial Last updated: January 16, 2018 In this tutorial we will build a Todo List app with a Django Rest Framework backend and a React frontend. If you’ve already used Django before then you’ll be amazed at how little code it requires to transform a Django app into a REST API that can be consumed by a frontend. In this tutorial I assume you have basic familiarity