Minimize Javascript in your codebase
SMRTR summary
Javascript's implementation varies across browsers, requiring polyfills to bridge gaps. It lacks built-in libraries, relying heavily on third-party packages for basic tasks. Server-side Javascript faces uncertainty with Node.js and Deno. Typescript, while an improvement, doesn't fully solve Javascript's issues. React, the most popular framework, has drawbacks compared to Vue. To limit Javascript's spread, consider using other languages for backend development, avoiding React Native for mobile, using Typescript, and opting for Vue over React when possible.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article