Tutorial: How to add Typescript to the Django Project

In this tutorial, I’d like to talk about Typescript and after reading, you will learn:

  1. JavaScript is an interpreted language and the pain it might bring to us
  2. What is Typescript and what problem it can help us solve
  3. How to add Typescript to the frontend project in Django (without touching React, Vue or other heavy frontend frameworks)
  4. The solution provided in this tutorial can also work with Flask, another web framework in Python community.

How to add Typescript to the Django Project