Blog

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 …

Modern Django: Part 1: Setting up Django and React

Introduction

This will be a multi part tutorial series on how to create a "Modern" web application or SPA using Django and React.js.

We will create a Note taking Single Page Application which will be rendered by ReactJS with Django as an API backend. Let's call it "ponynote", because …

Hello, world!

Like everyone else, I am also posting a Hello, world! post as the first post on my blog.

This post is intended to be a test post to see if I was able to set up a static site.

This site uses Pelican to generate HTML from Markdown.

It uses …