Best of AstroMarch 2026

  1. 1
    Article
    Avatar of nerdydevAdam Argyle·12w

    My OpenClaw Token Dashboard · March 2, 2026

    A developer built a static Astro dashboard to track AI assistant token usage and costs across Discord threads, cron jobs, and projects. By parsing JSONL session logs with a Node.js script, they discovered two Discord threads accounted for 60% of total spend. The key insight: long-running Discord threads act as context traps, accumulating conversation history and inflating costs. The fix involves starting fresh threads per topic, using sub-agents for isolated tasks, and treating catch-all channels as lobbies rather than workspaces.

  2. 2
    Article
    Avatar of astro_sourceAstro·9w

    Astro 6.1

    Astro 6.1 ships several improvements: codec-specific Sharp image defaults let you configure JPEG, WebP, AVIF, and PNG encoding once in your Astro config instead of per-image. SmartyPants now supports full configuration for non-English typographic conventions like French guillemets and German quotation marks. The i18n fallback routes are now exposed to integrations via the `astro:routes:resolved` hook, and `@astrojs/sitemap` automatically includes these fallback pages. Additional fixes include smoother mobile view transitions (skipping animations during native browser swipe gestures), a Vite 8 compatibility warning, React hydration bug fixes, and correct CSRF origin checking behind TLS-terminating reverse proxies.

  3. 3
    Article
    Avatar of twirThis Week In React·11w

    This Week In React #272: Astro, Compiler, Next.js, shadcn, React Aria, Helmet, Preact

    Weekly React and React Native newsletter covering Astro 6.0 release (new Vite-based dev server, font API, CSP support, Rust compiler), React Compiler Rust port announcement, Next.js canary PRs for View Transitions, and shadcn CLI 4.0. On the React Native side: React Navigation 8 progress report with React 19/RN 0.83 requirements, Expo Agent and Expo Observe private betas, Hermes native TypeScript support, React Native 0.85 RC, and multiple library releases (Unistyles 3.1, FlashList 2.3, MMKV 4.2). Also covers TypeScript 6.0 RC, Node.js moving to one major release per year, TanStack Intent for agent skills, and ArkType 2.2.