Getting Started

Getting started with @most/core

Install

npm i --save @most/core @most/scheduler

Flow and Typescript users should also install the top-level types:

npm i --save @most/types

Upgrading to @most/core from most

See the Upgrading to @most/core from most 1.x.

Examples

  1. @most/core Examples repo

  2. TodoMVC with @most/core and React