Blog
Writing about web development, tooling, linux and developer productivity
Posts
- January 20, 2023
Building full stack TypeScript application with Turborepo
Getting started with monorepos using Turborepo, TypeScript, React, Node.js and pnpm
- #monorepo
- #node
- #pnpm
- #react
- #turborepo
- #typescript
- #vite
- April 05, 2022
File-based routing with React Location — Nested layouts
File-based nested layouts with React Location and Vite
- #react
- #react-location
- #remix
- #vite
- December 28, 2021
File-based routing with React Location — Data loaders
Route-based data loaders with React Location and Vite
- #react
- #react-location
- #remix
- #vite
- December 25, 2021
Generics with TypeScript
A quick introduction to generics with TypeScript
- #typescript
- December 24, 2021
File-based routing with React Router — Upgrading to v6
Upgrading file-based routing setup to the newly released React Router v6
- #next
- #react
- #react-router
- #vite
- November 28, 2021
File-based routing with React Router — Pre-loading
Conditional routes pre-loading for faster routes switching, with code-splitting
- #next
- #react
- #react-router
- #vite
- November 07, 2021
File-based routing with React Router — Code-splitting
Route-based code-splitting and lazy-loading with React Router and Vite
- #next
- #react
- #react-router
- #vite
- September 08, 2021
File-based routing with React Router
Next.js-inspired file-based routing for client-side React with React Router and Vite
- #next
- #react
- #react-router
- #vite
- August 14, 2021
Faster directory navigation with fzf
How a one-line command will help you improve your CLI workflow
- #cli
- #fzf
- #productivity