Articles for people who
ship the stack
Original rewrites on React, Node.js, TypeScript and AI — practical notes from the same engineering practice behind our operator software. Article bodies are in English.
Tagged: vite
Skip rebuild loops for monorepo packages with conditional exports
Point package.json exports at TypeScript source under a development condition so Vite, Node, and Webpack can HMR shared UI without rebuilding every internal package.
1466 wordsRead articleDeploy Vite TypeScript apps to GitHub Pages without committing dist
Use GitHub Actions to build a Vite app and publish Pages artifacts so the repository stays source-only.
804 wordsRead articleWhy Vite React apps ignore Kubernetes env vars at runtime
Vite inlines VITE_ values at build time, so pod env changes never reach the browser—inject window.env from an entrypoint instead.
1057 wordsRead articleSet Up a React Frontend with Node, npm, and Vite
Map Python-style tooling to a React plus Vite stack: install Node, ignore node_modules, scaffold with Vite, and run the local dev server.
967 wordsRead articleURL State, Server State and a BFF: A Vite Stack for Internal React Apps
Why an authenticated internal React platform can be better served by Vite, TanStack Router, TanStack Query and a separate BFF than by Next.js, and when that stops being true.
2310 wordsRead articleReact Without a Meta-Framework: The Hidden Costs of a Python Backend
Why React plus Vite on a non-JavaScript backend skips the Next.js debate, which framework features you end up rebuilding, and how to manage the seams.
1689 wordsRead articleChecking vs. Running: Where TypeScript 7's Go Compiler Fits Your Toolchain
Learn what TypeScript 7's native Go compiler really speeds up, why tools like Angular and typescript-eslint lag behind, and how to split type-checking from execution.
3232 wordsRead articleNext.js or Plain React? Matching the Framework to Your Project
A requirements-first way to decide whether a new React project needs Next.js, covering SEO, hybrid rendering, hosting limits, routing needs and team experience.
2119 wordsRead articleLocalhost Is Not Production: Diagnosing React Apps That Break on Deploy
Learn why a React app that runs fine on your machine fails once deployed, and how to trace API URLs, env vars, CORS, routing, assets and auth to the failing layer.
3767 wordsRead article
About these articles
Request a 24h estimate
Need the same stack in a production operator layer? Send the brief — estimate within 24 hours.