Bitovi Blog - UX and UI design, JavaScript and Front-end development

open-source

January 2017 DoneJS Community Update

February 3, 2017

Lots of notable releases, community projects, and technical content were released in the DoneJS community last month! This post outlines some of the highlights from January 2017.

How To Conditionally Load Modules with StealJS

January 24, 2017

StealJS makes it easy to bundle all of your JavaScript modules into highly efficient production builds, but sometimes you don’t want to bundle everything together. There are times when a module only...

How to Upgrade to StealJS 1

January 20, 2017

StealJS 1 has been released! It’s a major new version with some breaking changes, but our migration guide has everything you need to upgrade your app or plugin today.

December 2016 DoneJS Community Update

January 5, 2017

Lots of notable releases, community projects, and technical content were released in the DoneJS community last month! This post outlines some of the highlights from December 2016.

StealJS 1.0 Release

December 28, 2016

StealJS 1.0 is here and represents an important milestone along its mission. This article reiterates that important mission, goes over a few of 1.0's most useful features, explains how to upgrade for...

How to Upgrade a DoneJS Plugin to CanJS 3

December 21, 2016

CanJS 3 has been released! It’s a major new version with some breaking changes, but our migration guide has everything you need to upgrade your app or plugin today.

CanJS 3.0 Release

December 13, 2016

Hello web devs! CanJS 3.0 is out. It has a new developer-centric website and new features like:

Server-Side Rendering Without Compromises

September 30, 2016

Existing solutions for server-side rendering your single-page application are full of compromises. These compromises affect the performance of your application (affecting the time until your user...

How to Debug Server Side Rendering

September 26, 2016

One of the most impressive parts of a DoneJS application is Server Side Rendering (SSR). You can write your code once and it will render both on an SSR-enabled web server and in the browser. You’ve...

How to Create a Distributable JavaScript Component: bit-social

July 18, 2016

This article will show how to create a JavaScript component for sharing content through social media link (bit-social) and make it distributable to a wide audience using AMD, CommonJS, or even script...