My 2 cents on JavaScript community

I am surprised that JS community has taken at ease the dependencies. Of course I am talking about npm. Most libraries that depend some how on Bower or Gulp or something relevant they suggest you the following: npm install -g bower bower install I don’…

Similar

Svelte: JavaScript Framework without the overhead

If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user int...

Read more »