proomt

Search

Search posts, papers, and topics

react

RSS
  1. 2

    Fixing Server Component Bundle Leaks in Next.js with AST Linting

    Server‑only code can silently inflate client bundles in Next.js 15+ apps. The article shows how to spot leaks with @next/bundle-analyzer, prevent them by removing shared barrel files or adding the `server-only` guard, and enforce a deny‑list of server modules via a custom ESLint rule that scans the AST of files with a `'use client'` directive. The rule is wired into a CI bundle‑budget check using…

    SitePointsitepoint.com14 min
  2. 3

    TanStack Charts Introduced with a Framework Agnostic Grammar of Graphics for TypeScript

    TanStack Charts α is a framework‑agnostic, TypeScript‑first charting library that implements a grammar‑of‑graphics API (marks, scales, channels, transforms, layers). It ships as a single npm package with adapters for React, Preact, Vue, Solid, Svelte, Angular, Lit, and vanilla DOM, and can run on server or client. The runtime is headless; type inference stays tied to the source row, so each mark…

    InfoQinfoq.com2 minrelease
  3. 4

    Minding My Language: My Internship Story

    Internship recap from Mozilla’s Localization team. Built a Django‑REST API to replace public GraphQL endpoints, added GitHub‑style personal access tokens, created a cross‑product translation search UI, took over the Pontoon browser add‑on, rewrote the Android localization workflow, and delivered an automated project‑manager dashboard with alerts.

    Mozilla Automation Teammozilla.org6 min