No JavaScript frameworks were created during the writing of this article. (more…)
Read more »
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automa... (more…)
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »
Hello everybody, after following the private class fied proposal and now this proposal, I wanted to discuss : why we don't go further.
First I need to specify i'm not a java, C++ guy or whatever, b... (more…)
Read more »
A new tool carves up JS frameworks, leaving only the stuff your web app actually needs.
Read more »