BIC3 is a jQuery Mobile implementation of The Blink Intelligent Client.
This project uses Require.JS to lazy-load components as they are needed, and to enable the development of isolated modules. As such, any JavaScript code you add to this environment may need minor adjustments before it will actually execute as intended.
This is different to BIC v2, where you could rely on jQuery and jQuery UI being available to your code at any time. In BIC v3, jQuery and jQuery Mobile are loaded asynchronously and non-deterministically.
Unless you use the Require.JS API, you cannot depend on these libraries being available.
Core Technologies #
- jQuery
- jQuery Mobile
- Backbone (w/ Underscore)
- RequireJS
- Grunt
Release Notes #
https://github.com/blinkmobile/bic-v3/releases/
Project Documentation #