Echo JS 0.11.0

<~>

Gnito comments

Gnito 494 days ago. link 3 points
Yeah, it’s pushed here and there. Personally, I don’t know why. To me, the concept sounds a bit like a blast from the past. In the early jQuery-era, people added interaction capabilities to every element imaginable - with bad consequences. In addition, sending html fragments was a part of the early steps of JS rendering engines and their interactions with servers of the time.
Gnito 828 days ago. link 1 point
Good article! It nicely explains why reviver does not help ;)
Gnito 851 days ago. link 2 points
All the libraries are fast in the beginning before all the use cases are covered :/ I’d suggest using some other selling point.
Gnito 920 days ago. link 2 points
Just use Decimal.js or something similar. This npm package doesn’t make any sense for floating point arithmetic.
Gnito 1016 days ago. link 1 point
Hopefully, this becomes adopted in other browsers as well since nowadays it requires some JavaScript work to conditionally add different classes based on DOM structure.
Gnito 1068 days ago. link 2 points
What’s the point of this article? Why it even mentions React? It’s more about how well built JS works on browsers. It would be more honest to advertise the tool without this clickbait title.
[comment deleted]
Gnito 1121 days ago. link 1 point
JSON.stringify doesn’t return string when the content is not JSON. What a surprise…
[more]