Short note: Avoid the isomorphic dumpster fire trap - you don't have to use node on the backend for a react app

The reasoning I often hear for why node on backend (besides performance or strong typing) is the front end is using react, so why not use typescript on the backend also? But the more you see libraries and frameworks that are half implemented and later abandoned (e.g. survey the ORM landscape), the more questionable it seems to adopt node instead of established, feature complete ecosystems with lower churn like python, rails, or golang.

Feb 20, 2025 - 18:24
 0
Short note: Avoid the isomorphic dumpster fire trap - you don't have to use node on the backend for a react app

The reasoning I often hear for why node on backend (besides performance or strong typing) is the front end is using react, so why not use typescript on the backend also?

But the more you see libraries and frameworks that are half implemented and later abandoned (e.g. survey the ORM landscape), the more questionable it seems to adopt node instead of established, feature complete ecosystems with lower churn like python, rails, or golang.