Skip to content

rafa2000/zero-cost-features-presentation

Repository files navigation

ZCF

  • Let me give you some terms so we can start adding them up:

  • Zero Cost Features

  • JavaScript

  • TypeScript

  • Visual Studio Code

  • GitHub

  • Azure

  • Microsoft

TypeScript

  • TypeScript Example

  • 2D Point Class

  • 3D Point Class as extension

  • Code Review

SVELTE

  • Svelte is a new way to build applications

  • It is a compiler that…​

  • Takes your declarative (high-level) components and …​

  • converts them into efficient JavaScript

  • that surgically update the real DOM at real time

  • No virtual DOM is used.

  • Svelte is an ultimate example of Zero Cost Features

Svelte Example 1

  • Adding Machine

Svelte Example 2

  • TODO list

Svelte Example 3

  • Interactive Life Game

How to start a new Svelte App

$ npx degit sveltejs/template svelte-app-one
$ cd svelte-app-one
$ npm install
$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published