50 Best Tweets About TypeScript (2026)

Browse the best tweets about TypeScript, from type-system techniques and releases to tooling, architecture, migrations, libraries, and developer workflows.

Technical TypeScript language features, type patterns, tooling, migrations, architecture, releases, and real codebase lessons.

Creators
44
Updated

What 50 top TypeScript posts reveal

The supplied TypeScript discussion spans tooling, agent workflows, quality practices, UI engineering, architecture, and releases. Posts frequently position types alongside other safeguards; agent posts explore typed code and API interfaces; and the analytics identifies UI, release, agent, and quality posts among the score outliers. [2037713766205608234, 2041372914067321312, 2080331924732850687]

Dominant tone
Positive

72% of posts

Median score
14.1

All-time engagement

Leading format
Other

100% of posts

Recent posts
26%

Published in 90 days

Conversation map

The themes creators return to

Tone and stance

Sentiment Positive leads
Author posture Supportive leads

Performance benchmark

Median likes
76
Median reposts
5
Median replies
4
Median views
6.6K

Posts with media make up 52% of this collection. Their median all-time score is 9.43, compared with 31.2 for text-only posts.

Format mix

  • Other 100% · score 14.1

Where creators agree, and where they do not

Shared view

Types are one layer in a quality stack

Several posts present TypeScript as one reliability layer alongside explicit null handling, linting, tests, CI, reviews, monitoring, and other checks. The confidence-stack post explicitly argues that no single layer should carry all risk.

Shared view

Typed code surfaces are used in agent designs

Agent-focused posts describe TypeScript as an interface for defining workspaces or interacting with APIs. Two posts describe designs that expose type discovery or documentation search plus code execution instead of a large set of directly exposed tool schemas.

Shared view

Boundary enforcement and decomposition are recurring practices

Posts advocate package boundaries enforced with dependency-cruiser and identify very large functions and route handlers containing database queries as codebase red flags. One deep-modules proposal limits external imports and tests to a package’s index entry point.

Open debate

Supabase type generation receives contrasting assessments

One post praises Supabase’s automatically generated TypeScript types for columns, views, and functions. Another argues that Supabase’s SDK defaults and type generation are poor. These are opposing user assessments.

Open debate

MCP concerns coexist with code-oriented agent designs

One post criticizes MCP for tool-call overhead and context bloat, while describing code-mode MCP results with fewer tools and lower reported context usage. Other posts describe agent tool models and dynamic MCP integrations, showing active experimentation with these approaches.

Patterns behind standout posts

UI posts provide detailed implementation accounts

The UI-engineering evidence includes a pure-TypeScript text-measurement algorithm, a Canvas layout experiment based on text measurement and collision intervals, and a terminal-table implementation that moved initial instantiation from over 70 ms to under 1 ms according to its author.

Architecture and migrations has the highest theme median

Codebase architecture and migrations has the highest supplied theme median all-time score, 114.06. This is higher than the listed medians for tooling and runtimes (6.66), language releases (8.7), type-system patterns (12.95), and AI agents and MCP (12.193).

Statistical standouts

  1. View standout post 1 Score 11119.4 · 791.41× median
  2. View standout post 2 Score 899.3 · 64.01× median
  3. View standout post 3 Score 632.4 · 45.01× median
  4. View standout post 4 Score 596.3 · 42.44× median
  5. View standout post 5 Score 533.7 · 37.99× median

Who shapes this conversation

The five most represented creators account for 20% of the selected posts.

  1. 1. Danila Poyarkov

    @dan_note

    2 posts

  2. 2. Encore

    @encoredotdev

    2 posts

  3. 3. GitHub Projects Community

    @GithubProjects

    2 posts

  4. 4. Matt Pocock

    @mattpocockuk

    2 posts

  5. 5. Prisma

    @prisma

    2 posts

  6. 6. TypeScript

    @typescript

    2 posts

Release posts frame the 6.0-to-7.0 transition

The TypeScript account announced the 6.0 release and its release candidate, describing better method checking, standard-library additions, and Node.js module features. A separate post characterizes 6.x as the final self-hosted major release before 7.0.

Encore connects framework implementation and project structure

Encore posted about building a TypeScript framework powered by 60,000 lines of Rust and separately linked project structure to how AI agents write TypeScript.

Matt Pocock advocates deep modules with import constraints

Matt Pocock’s two cited posts focus on dependency-cruiser and deep modules. The longer post proposes one public index entry point and a single externally accessible test seam per package.

How this analysis was made

Themes, sentiment, stance, and post format are classified per tweet. All counts, shares, medians, creator concentration, freshness, and performance comparisons are then calculated directly from the published snapshot.

Xholic's all-time score compares engagement while accounting for reach, post age, and creator consistency. It is used for relative comparisons within this collection.

This report analyzes the exact 50-post snapshot shown below. AI identifies editorial categories and drafts explanations; all statistics are calculated from the snapshot, and every narrative claim is checked against cited posts before publication.

Top TypeScript tweets from 44 creators

Ranked 01–50

  1. 01

    @_chenglou ·

    My dear front-end developers (and anyone who’s interested in the future of interfaces): I have crawled through depths of hell to bring you, for the foreseeable years, one of the more important foundational pieces of UI engineering (if not in implementation then certainly at

    Video thumbnail from Cheng Lou's post Watch video
    • 731 Replies
    • 3.9K Reposts
    • 33K Likes
    • 7.3M Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  2. 02

    @typescript ·

    TypeScript 6.0 is now available! This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more! But most important, this release brings us one step closer to the upcoming native-speed 7.0! https://t.co/hon0RU1L5B

    • 69 Replies
    • 995 Reposts
    • 5.5K Likes
    • 388.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  3. 03

    @AhmedShahnab ·

    Nothing Fancy... just experimenting and exploring with the available ones before exploring the new trending ones.. The core trick here: ctx.measureText() pre-computes every word into a data object with a baseX, current x, and targetX. Each frame, a 120-segment dragon emits

    Video thumbnail from SHAHNAB AHMED's post Watch video
    • 25 Replies
    • 92 Reposts
    • 1.1K Likes
    • 71.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  4. 04

    @NotionHQ ·

    Now in beta: Notion as code. Define an entire workspace in TypeScript: teamspaces, databases, custom agents, all of it… then deploy it through the API. Build workspaces with coding agents, version-control your setup in git, and reproduce the same setup anywhere you need it.

    • 259 Replies
    • 309 Reposts
    • 4.1K Likes
    • 1.5M Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  5. 05

    @Hartdrawss ·

    25 red flags hiding in your VIBE CODED app : Bookmark this before your next PR ! 1/ no .env.example file > new dev joins. cant run the app. nobody knows what env vars exist. 2/ API keys in git history > deleted from .env doesn't mean deleted from history. rotate those keys.

    • 19 Replies
    • 33 Reposts
    • 397 Likes
    • 28.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  6. 06

    @KentonVarda ·

    One point of confusion I'm seeing: Lots of people assume you're supposed to run the AI agent harness itself inside a sandbox, and wonder how to do that with Dynamic Workers. The harness does *not* need to be in the sandbox. It can be a regular old Worker (probably a Durable

    • 25 Replies
    • 35 Reposts
    • 392 Likes
    • 35.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  7. 07

    @encoredotdev ·

    We wrote 60,000 lines of Rust to power a TypeScript framework. Here's the full story of how we got here, what broke along the way, and what we'd do differently. https://t.co/ANCL5PWAh4

    • 12 Replies
    • 40 Reposts
    • 416 Likes
    • 22.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  8. 08

    @theodorvaryag ·

    Here's a freebie for the homies: Rust backend, React app, expose browser-side domain types and business logic in a Rust crate that compiles to wasm, wasm-bindgen for JS bindings and TypeScript API, publish as an NPM library for the frontend dev

    • 14 Replies
    • 6 Reposts
    • 232 Likes
    • 19.7K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  9. 09

    @justinstorre ·

    I am experimenting with something I call "Typescript Ultra Strict". Basically, typescript with no nulls, no classes, no undefineds, no switch statements, and no vars + the addition of match macros. Basically forcing AI to write functional AI code through compilation errors that

    • 62 Replies
    • 13 Reposts
    • 472 Likes
    • 51.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  10. 10

    @mattpocockuk ·

    Here's a skill you can run once to set up deep modules in any TypeScript codebase: - Each 'package' lives at src/packages/<name> (name/path is totally customizable) - From outside the package, you can only import from <name>/index.ts - Tests for the package live at <name>/tests,

    • 30 Replies
    • 14 Reposts
    • 378 Likes
    • 37.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  11. 11

    @typescript ·

    The Release Candidate for TypeScript 6.0 is now available! Read up on what's coming up with 6.0 &amp; 7.0, and try it out on your codebase today! https://t.co/Ww5SfKxLzl

    • 14 Replies
    • 176 Reposts
    • 1.1K Likes
    • 93.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  12. 12

    @kmdrfx ·

    "Please fix Markdown tables!" Okay: text-only, wrapping, columnar selection, proper border conjunctions, fill full width, in opencode beta now. "What took so long?" Here's a writeup: OpenTUI uses yoga layout and has elements called Renderables. Boxes with borders, plain text,

    Video thumbnail from kmdr's post Watch video
    • 39 Replies
    • 30 Reposts
    • 697 Likes
    • 207.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  13. 13

    @mattpocockuk ·

    Anyone using dependency-cruiser? Seems like the second-best way to build deep modules in TypeScript https://t.co/Y3VBla6dAC

    • 20 Replies
    • 7 Reposts
    • 185 Likes
    • 29K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  14. 14

    @sentient_agency ·

    Say goodbye to black-box AI coding agents. Someone just built Claude Code's open twin and published every line of it. MiniCode is a terminal coding assistant with the same agent loop, tool model, and TUI architecture built to be understood, not just used. The gap vs Claude

    • 12 Replies
    • 16 Reposts
    • 112 Likes
    • 6.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  15. 15

    @dan_note ·

    New package: Volt ⚡ — frontend build tool for Elixir. Dev server with HMR, code splitting, Tailwind CSS v4, TypeScript. Vue SFC support included. No Node.js required. Part of a new ecosystem alongside QuickBEAM, oxc_ex, and npm_ex. The stack: • OXC — Rust JS toolchain (same

    • 6 Replies
    • 11 Reposts
    • 157 Likes
    • 10.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  16. 16

    @melvynx ·

    Why you should NOT use Supabase: 1. SDK Trap - not TypeScript by default, type-gen is bad, easy to make mistakes 2. Security with the SDK is terrible - need to set up a lot of things to have something work 3. Vendor lock-in with the Auth, don't have your keys 4. Pricing way more

    Video thumbnail from Melvyn • Builder's post Watch video
    • 40 Replies
    • 5 Reposts
    • 112 Likes
    • 23.2K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  17. 17

    @cramforce ·

    Test your SKILL.md Now that code is free, you can just test things. Here is Chat SDK's chat-skill.test.ts https://t.co/7HlenkDeNY - Does the inline TypeScript compile? - Do the mentioned paths references into node_modules/ exist when you pack the repo with npm? - Does it list

    • 8 Replies
    • 3 Reposts
    • 102 Likes
    • 9.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  18. 18

    @boshen_c ·

    Why We Migrated 6,000+ TypeScript Files from ESLint to oxlint https://t.co/RuMWJAVNov

    • 3 Replies
    • 10 Reposts
    • 131 Likes
    • 6.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  19. 19

    @benawad ·

    I have not forsaken Typescript for mobile game development I don't use a game engine I make games with Typescript &amp; React Native (Expo)

    • 18 Replies
    • 2 Reposts
    • 425 Likes
    • 34.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  20. 20

    @freeCodeCamp ·

    Did you know – you can get end-to-end type safety in full-stack TypeScript apps without schema files or code generation. In this guide, @itsTarun24 shows you how to use tRPC and Hono to build APIs where the backend and frontend share types automatically. You'll learn when to

    • 0 Replies
    • 16 Reposts
    • 114 Likes
    • 6.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  21. 21

    @gsd_foundation ·

    A whole plague of bugs and second-cousin bugs have been fixed and prevented from surfacing in the future for GSD-2 in v2.44.0. Updates and responses to issues and PRs slowed down over the past 48 hours while deep work was done behind the scenes to rebuild one of the core parts

    • 7 Replies
    • 12 Reposts
    • 91 Likes
    • 6.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  22. 22

    @dshukertjr ·

    Supabase automatically generating TypeScript types is still one of my favorite features! Supports various column types, views, and functions so that you can develop apps with a fully typed setup!

    • 12 Replies
    • 3 Reposts
    • 126 Likes
    • 11.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  23. 23

    @GithubProjects ·

    This is a TypeScript library implementing the OAuth 2.1 provider side with PKCE, wrapping Cloudflare Workers to automatically handle token management and authorization for API endpoints. - Acts as a wrapper around Worker code to add authorization - All token management handled

    • 1 Replies
    • 8 Reposts
    • 72 Likes
    • 10.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  24. 24

    @mehulmpt ·

    Nub by @colinhacks is a big deal and a long time coming. Bun made running TypeScript cool locally, without worrying about transpiling or fighting with your own code. Today in 2026, `tsx` package, and other tooling combined with pnpm, a faster laptop, and a little patience and

    • 3 Replies
    • 1 Reposts
    • 87 Likes
    • 6.5K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  25. 25

    @the_smart_ape ·

    🚨BREAKING: Claude Code just got fully leaked on GitHub. 512,000+ lines of TypeScript. here's what you need to know: the stack → TypeScript strict mode, Bun runtime, React + Ink for terminal UI → ~40 agent tools, ~50 slash commands, ~140 UI components → GrowthBook for A/B

    • 5 Replies
    • 1 Reposts
    • 32 Likes
    • 2.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  26. 26

    @GithubProjects ·

    This is the monorepo behind the TypeScript website, containing the playground, sandbox, and documentation tooling. - Uses pnpm workspaces with node 20+ and watchman for file watching. - All packages support `pnpm build`, `pnpm test`, and debug logging via the `debug` package. -

    • 1 Replies
    • 7 Reposts
    • 59 Likes
    • 8.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  27. 27

    @GergelyOrosz ·

    Sometimes I hate being a dev who can debug JavaScript because I see the absolute careless code another dev pushed to prod. It is impossible to print package labels on the NL Post site (@PostNL) b/c of this unhandled null breaks everything Use TypeScript and handle nulls, OK?!

    • 12 Replies
    • 6 Reposts
    • 112 Likes
    • 12.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  28. 28

    @hakimel ·

    reveal.js 6.0 is out! ⚡ New Vite build system 📦 Now ships with TypeScript types ⚛️ Official React wrapper (@revealjs/react) 🌚 Dark mode for https://t.co/UllPXuFMn4 Full changelog and upgrade guide: https://t.co/iidYQ5xIXm

    • 1 Replies
    • 6 Reposts
    • 60 Likes
    • 5.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  29. 29

    @webmaster ·

    Profound's SDK code mode MCP server flipped my negative opinion on MCP What I don't like about MCP is the excessive tool calls, context bloat and LLMs struggling with tool call code due to limited training data Cloudflare and Anthropic recently wrote about their experiments

    • 3 Replies
    • 4 Reposts
    • 18 Likes
    • 2.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  30. 30

    @realBigBrainAI ·

    12 parallel agents fixed 3,528 TypeScript errors in half an hour, which cost a full 5-hour credit window on Claude Code.

    Video thumbnail from Big Brain AI's post Watch video
    • 0 Replies
    • 12 Reposts
    • 21 Likes
    • 1.8K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  31. 31

    @0xlelouch_ ·

    90% of frontend engineering interviews in 2026 come down to these 7 points: 1) Debugging in the browser Repro the bug, read stack traces + network, isolate a minimal case, ship a fix without breaking perf. 2) State + data flow Local vs server state, cache invalidation,

    • 0 Replies
    • 0 Reposts
    • 14 Likes
    • 1.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  32. 32

    @prisma ·

    In Prisma Next, streaming will feel just like writing plain TypeScript rather than a separate framework feature. You'll simply build the query, execute the plan and for await the rows.

    • 2 Replies
    • 0 Reposts
    • 52 Likes
    • 3.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  33. 33

    @encoredotdev ·

    New blog post: How AI Agents Want to Write TypeScript Getting the most out of AI agents in TypeScript starts with how much structure your project gives them. Read more: https://t.co/5ggbkw9qLQ

    • 0 Replies
    • 1 Reposts
    • 15 Likes
    • 3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  34. 34

    @kentcdodds ·

    TypeScript v6 has been released 🔥

    Screenshot of a project task titled “TypeScript 6 upgrade” in the kentcdodds/kentcdodds.com repository. The task description says to update the project to TypeScript 6 and links to the official announcement. Below, a status note reads “Environment ready,” followed by text explaining that the agent is reviewing the project setup and documentation to assess feasibility, identify the package manager and build tooling, and determine which tests would validate the upgrade.
    • 1 Replies
    • 3 Reposts
    • 77 Likes
    • 9.9K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  35. 35

    @RoundtableSpace ·

    THE FUTURE OF TEXT LAYOUT IS NOT CSS. SOMEONE BUILT A TEXT MEASUREMENT ALGORITHM IN PURE TYPESCRIPT THAT LAYS OUT ENTIRE WEB PAGES WITHOUT CSS, DOM, OR REFLOW. 19.3 MILLION VIEWS IN 2 DAYS. THE FRONT-END WORLD HASN'T SEEN ANYTHING LIKE THIS IN YEARS.

    Video thumbnail from 0xMarioNawfal's post Watch video
    • 17 Replies
    • 4 Reposts
    • 74 Likes
    • 46.6K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  36. 36

    @seveibar ·

    whirlwind day of optimizations first I wrote a typescript autorouter that I thought was pretty fast then I got chatgpt pro to rewrite it in rust/WASM and that was 40x faster! (darn, bye js?) then I asked chatgpt pro to look at the Rust code and make the Typescript code as fast

    • 4 Replies
    • 1 Reposts
    • 35 Likes
    • 4.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  37. 37

    @dan_note ·

    QuickBEAM v0.7.1–0.8 updates N-API addon support 𝚀𝚞𝚒𝚌𝚔𝙱𝙴𝙰𝙼.𝚕𝚘𝚊𝚍_𝚊𝚍𝚍𝚘𝚗(𝚛𝚝, "𝚌𝚛𝚌𝟹𝟸.𝚗𝚘𝚍𝚎", 𝚊𝚜: "𝚌𝚛𝚌𝟹𝟸") {:𝚘𝚔, 𝟿𝟶𝟽_𝟶𝟼𝟶_𝟾𝟽𝟶} = 𝚀𝚞𝚒𝚌𝚔𝙱𝙴𝙰𝙼.𝚎𝚟𝚊𝚕(𝚛𝚝, ~𝚜[𝚌𝚛𝚌𝟹𝟸.𝚌𝚛𝚌𝟹𝟸("𝚑𝚎𝚕𝚕𝚘")]) Load native .node addons (napi-rs, plain C) into a BEAM runtime. Tested with node-rs/bcrypt, argon2, crc32,

    • 0 Replies
    • 2 Reposts
    • 10 Likes
    • 705 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  38. 38

    @beeman_nl ·

    Oooh nice, @typescript 6 has been released 👀 6.x is the last major release of TypeScript that's self-hosted. As of 7.0 it will be written in @golang 🏎️🥳

    • 1 Replies
    • 1 Reposts
    • 25 Likes
    • 1.1K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  39. 39

    @ATechAjay ·

    A frontend PR should not rely on "works on my machine" in 2026. My baseline confidence stack: → TypeScript catches bad assumptions before runtime → ESLint catches consistency issues and common footguns → Storybook makes component states reviewable in isolation → Vitest

    • 4 Replies
    • 4 Reposts
    • 14 Likes
    • 752 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  40. 40

    @DionysianAgent ·

    new codecli update - Session Memory - Live Context Compaction - Improved Tool Calling and Sub-Agents - Fixed TUI and bugs we're going to be sprinting codecli over the next period of time while we finish up the web platform and especially the build and dev environment we've been

    • 1 Replies
    • 2 Reposts
    • 9 Likes
    • 571 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  41. 41

    @fredmaiaarantes ·

    Discover Meteor brought thousands of devs into @meteorjs when full-stack JS was still a weird idea. 10 years later, Meteor is at v3.x: async/await, TypeScript, Rspack, and Change Streams just around the corner. Should someone rewrite it? 👀

    • 2 Replies
    • 5 Reposts
    • 7 Likes
    • 949 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  42. 42

    @eddiejaoude ·

    I am playing with ways to make the developer docs super awesome. What do you think of these Typescript type tooltips? Any other suggestions for great DX?

    • 2 Replies
    • 0 Reposts
    • 18 Likes
    • 810 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  43. 43

    @prisma ·

    Ever wished you had more control over how Prisma Client gets generated and bundled? The `prisma-client` generator outputs plain TypeScript to your codebase instead of hiding it in node_modules. A worthy read below 👇 https://t.co/x4jgK5QXKI

    • 2 Replies
    • 1 Reposts
    • 17 Likes
    • 2.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  44. 44

    @GHchangelog ·

    CodeQL 2.25.0 upgrades Swift analysis to version 6.2.4 and enhances Java, C#, and JavaScript/TypeScript support for improved code scanning accuracy. • Rewritten Java control flow graph for better precision https://t.co/YfSuNL82SV

    • 0 Replies
    • 1 Reposts
    • 11 Likes
    • 1.4K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  45. 45

    @ThePracticalDev ·

    TypeScript-specific ADK resources make up less than 5% of search volume vs Python. This dev fills the gap with a full multi-agent scaffolding guide using Google's TypeScript ADK, MCP, and Gemini CLI from single agents to A2A server integration. { author: @tanaikech +

    • 1 Replies
    • 5 Reposts
    • 6 Likes
    • 1.3K Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  46. 46

    @ibuildthecloud ·

    So I'm writing a coding agent based on WANIX from from @progrium I have to say this is the first time I've been happy the JavaScript echo system has been rewritten in rust. I think I can get a pretty awesome TypeScript coding agent to run fully in the browser, yet still in a

    • 2 Replies
    • 0 Reposts
    • 5 Likes
    • 598 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  47. 47

    @buildwithhassan ·

    claude code shipped its full TypeScript source again via .js.map in the npm package (v2.1.88) second time this packaging footgun happened and this is a terminal agent people run with --dangerously-skip-permissions / auto-accept sourcemaps = architecture + security assumptions

    • 1 Replies
    • 0 Reposts
    • 1 Likes
    • 186 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  48. 48

    @creowistech ·

    🚨 How to Fix TypeScript isolatedModules Error in Next.js? If your Next.js build fails with this message: Re-exporting a type when isolatedModules is enabled requires using export type Don’t worry, it’s not a complex bug. It’s just about being clear with TypeScript. more...

    • 1 Replies
    • 1 Reposts
    • 2 Likes
    • 504 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  49. 49

    @thenewstack ·

    Learn how to build your first MCP server using TypeScript and connect it to Claude Desktop with this step-by-step calculator app tutorial for developers. https://t.co/C4hD4S2fBU

    • 0 Replies
    • 0 Reposts
    • 0 Likes
    • 201 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.
  50. 50

    @HotAisle ·

    if you're using zed with typescript 7, you need to install a new tsgo extension and configure it correctly according to the readme... https://t.co/xVIR9YsQRi

    • 0 Replies
    • 0 Reposts
    • 4 Likes
    • 723 Views
    View on X
    Rewrite this post in your own voice and angle. See the hook, structure, and reusable template behind this post.

Explore more of the best tweets on X.

Browse all tweet collections

Tweet Remixer

Remix this post

Creator

@creator

View on X

Choose a tone