rollup.js

rollup.js

the next-generation JavaScript module bundler

What is this?

Rollup is a next-generation JavaScript module bundler. Author your app or library using ES2015 modules, then efficiently bundle them up into a single file for use in browsers and Node.js – even if you use advanced features like bindings and cycles.

So, like Browserify?

Yes, except that the resulting bundle is always smaller than the Browserify or Webpack equivalent, because ES2015 modules are inherently more efficient than CommonJS modules. You can even eliminate unused library code with tree-shaking.

Coding_for_children-kv1F-U1030582213685izC-568x32040LaStampa.it_I’m an happy dad. Today my younger daughter asked me to teach her how to program a computer. She used that very exact words: “Dad, can you teach me how to program a computer?

Continue reading

Progressive Web Apps

All those are worth reading and saving:

  1. https://cloudfour.com/thinks/the-business-case-for-progressive-web-apps/
  2. https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/
  3. https://developer.mozilla.org/en-US/Apps/Progressive
  4. https://medium.com/@nekrtemplar/progressive-web-apps-aint-google-s-thing-31ca581e7a1#.b2c37yfas

Web Apps are here to stay. More than that, they’re going to become dominant, AFAICS

Continue reading