Skip to content

jas-chen/elm-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Elm Architecture in JavaScript

Features

  • Original taste - Code structure is almost the same as The Elm Architecture in elm.
  • Virtual DOM library agnostic - It works with React, Snabbdom, Deku or any virtual DOM library.
  • Typed language friendly - Since messages are typed, languages such as TypeScript can be helpful via feature like instanceof type guards.
  • Reactive stream library support - It comes with an observable model, you can use RxJS, Most.js or xstream to transform it.

Install

npm install --save elm-architecture

Usage

Checkout examples.