|
|
|
|
|
by wwww4all
1956 days ago
|
|
Great write up of the issues in migration to wasm. It should give insights into anyone contemplating thoughts about replacing JavaScript with X technology. JavaScript is the most popular and deployed full stack platform. It simply works with web workflows and development patterns. All the issues with JavaScript are trivial and new features and frameworks are available to overcome most issues. |
|
If the problems with JavaScript are trivial, why are the solutions such as webpack, babel, and typescript so complicated. Many companies have whole teams of people dedicated to maintaining solutions these problems.
> and new features and frameworks are available to overcome most issues.
Producing JavaScript apps that are both fast to run and easy to maintain does not feel like a problem that has been solved yet.