A cross platform desktop reading app, based on the Readium Desktop toolkit - edrlab/thorium-reader... (more…)
Read more »
Typescript Without Compilation
Hi, in this post I will show how to use Typescript with static typings without needing a build step. I have also implemented this in my project SwordCSS.
Installation
We still need to install and configure Typescript th... (more…)
Read more »
Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)
Read more »
After some time working with the TypeScript language, venturing into other programmers' code, and even using some famous frameworks, you may have come across code snippets similar to this... (more…)
Read more »