Upcoming TypeScript Changes in Vue 2.5

We have been receiving requests for better TypeScript integration ever since the release of Vue 2.0. Since the release, we have included official TypeScript type declarations for most of the core… Read more

Similar

Learning TypeScript by Writing a Game (PacMan)

Want to learn a new programming language?  Tired of the usual Line-of-Business tutorials? Then write a game! I’ve always said that the best way to learn a new language is to write a game with it.  You’ll come across many problems when writing a game that ... (more…)

Read more »

Introduction to TypeScript

Historically, JavaScript has ended up as the main language for scripting web pages and apps on the Internet. In addition, it is now possible to use JavaScript on both the frontend and the backend… (more…)

Read more »