huanhulan / switch

A typescript implementation of switch example from functional reactive programming

Home Page:https://huanhulan.github.io/switch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch

A typescript implementation of switch from functional reactive programming

Prerequisite: Node.js

Install Node.js® and npm if they are not already on your machine.

Installation

via NPM

$> git clone https://github.com/huanhulan/switch.git
$> cd battle_of_paradigms
$> npm install

via Yarn

$> git clone https://github.com/huanhulan/switch.git
$> cd battle_of_paradigms
$> yarn

How to use

Run locally using the Webpack dev server: npm start

About

A typescript implementation of switch example from functional reactive programming

https://huanhulan.github.io/switch/

License:MIT License


Languages

Language:CSS 41.3%Language:TypeScript 33.5%Language:JavaScript 16.4%Language:HTML 8.7%