The core use-case of TypeScript
Using types (and interfaces) to define a blueprint of a variable
Jan 21, 20262 min read9

Search for a command to run...
Articles tagged with #typescript
Using types (and interfaces) to define a blueprint of a variable

Django 5 + React 19 + Inertia 2 + Vite 6 setup tutorial

So, I have started learning Angular. I like it as it enforces OOPs concepts via TypeScript. Here I show how to input data into a form and display each entry as a row in a table. import FormsModule into app.module.ts import { FormsModule } from '@ang...