Modern Django: Part 3: Creating an API and integrating with React

In the last post we developed a frontend for our note taking application which has the ability to store notes client-side using redux store. In this part we will create database models and APIs to create, read, update and delete notes in a database using react frontend and redux store. The code for this repository is hosted on my github, v1k45/ponynote. You can checkout part-3 branch to see all the changes done till the end of this part. ...

March 3, 2018 · 8 min · Vikas

Modern Django: Part 2: Redux and React Router setup

This is the second part of the tutorial series on how to create a “Modern” web application or SPA using Django and React.js In this part, we’ll setup redux and react router in our note taking application. And later connect this frontend to an API backend. The code for this repository is hosted on my github, v1k45/ponynote. You can checkout part-2 branch to see all the changes done till the end of this part. ...

March 2, 2018 · 10 min · Vikas