All Blogs
Easy Use React Context API
This code demonstrates a simple React Context API setup with TypeScript. It includes a Context, a Provider, and a Consumer component.
TanStack Router with React
This blog post is a deep dive into TanStack Router, a powerful routing library that makes it easy to navigate between pages in your React app. It's a game-changer for developers who want to build fast, smooth, and secure web apps.
Express with TypeScript Template
This project sets up a basic Express.js application using TypeScript with support for automatic server restarts via Nodemon and ts-node-dev.This repository provides a basic setup for building a TypeScript-based Express.js application. It includes configuration for ESLint, Prettier, dotenv, and more.