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

open-source

October 2017 DoneJS Community Update

November 6, 2017

We’ve made a lot of progress on the highest-voted items from the community survey in September.

September 2017 DoneJS Community Update

October 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 September 2017.

Introducing React-View-Model — MVVM with React

September 27, 2017

At Bitovi, we work with React on lots of client projects, and we like its straightforward API and using JSX for templates. Redux is common in the React community, and we know it’s not the right...

August 2017 DoneJS Community Update

September 6, 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 August 2017.

Tutorial: Automate Your Upgrade to CanJS 3 with can-migrate

August 15, 2017

In this tutorial, we will migrate a CanJS app to CanJS 3 using can-migrate, a CLI codebase refactoring tool that automates a large portion of the work required to upgrade a 2.x codebase to CanJS 3.

July 2017 DoneJS Community Update

August 1, 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 July 2017.

How To Use NDJSON Streams with can-connect

July 18, 2017

In our previous post, we talked about how to improve an app’s performance and user experience by incrementally updating our app’s UI as we received a stream of data from our API. Our example app was...

Faster Page Loads: How to Use NDJSON to Stream API Responses

July 12, 2017

Ever wish you could send your data as a stream so that the client can start manipulating it and rendering it as it arrives? Tired of waiting for your entire JSON object to resolve before your users...

June 2017 DoneJS Community Update

July 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 June 2017.

Slimming Down Steal

June 30, 2017

The slim loader is a new minimal production loader for StealJS apps. You can think of slim as taking all of the useful features that StealJS provides and stripping them away to only what you actually...