Posts

Tabris Decorators Part 2: Introducing Tabris Components
NOTE: This article is about Tabris 2.x. Some information is outdated when targeting Tabris 3.x.
In this article, we will cover how TypeScript decorators are used in the Tabris Framework to create UI…

Be more productive when Building mobile apps with new Tabris.js 3.0 Beta 1 release
Ready for round three?
Say hello to Tabris 3.0 - Beta 1! We're only half way done with development for 3.0 and it is already promising to be a great release. It will not contain as many breaking changes…

Tabris Decorators Part 1: Intro to TypeScript Decorators
NOTE: This article is about Tabris 2.x. Some information is outdated when targeting Tabris 3.x.
This article will give you some practical know-how on TypeScript decorators, what they are, how to write…

Improved text-handling and TypeScript data binding with Tabris.js 2.6
Tabris 2.6 brings a number of nice little enhancements while we are working hard on some larger new features for later this year. If you are creating data-driven apps primarily dealing with texts and forms,…

Tabris.js 2.0 – Top 10 Features for Mobile Apps Development: TypeScript & JSX
Tomorrow Tabris.js 2.0 will be released and we conclude our count-down of the top 10 new features with our favorite addition: support for TypeScript 2 & JSX.
TypeScript 2 & JSX
We significantly…

Write Tabris.js Apps in TypeScript
The dynamic typing in JavaScript allows for more flexibility, but it comes at the price of weaker tool support. Explicit type definitions in your code can support editors to provide more exact suggestions…