|
|
|
|
|
by pier25
2702 days ago
|
|
After using Go and Dart on a number of projects and using very few dependencies (compared to JavaScript projects) I'd say a good starting point is having a great standard library. For example, it's a bit ridiculous that in 2019 we cannot decode a JWT using a simple browser API, still need Moment for time and date operations, there is no observable type (a 4 year old proposal is still in draft stage), and still no native data-binding. The TC39 is moving too slowly and that's one of the reasons why NPM is so popular. |
|