An isomorphic TypeScript library is a codebase, written in TypeScript, that can run in multiple JavaScript environments, most commonly both the web browser (client-side) and a server (like Node.js). The core idea is to share the exact same code across the frontend and backend, avoiding duplication and improving efficiency.
@bender@twtxt.net I see. Well that’s not how I think of the term “Isomorphic” 🤣 I keep thinking about graphics and isomorphic games 😅