Skip to content
the-real-blackh edited this page Nov 8, 2016 · 3 revisions

Sodium is a lightweight, minimal and complete Functional Reactive Programming (FRP) library for Typescript, and it's also available in other languages.

FRP is a (provably) composable, stream-based alternative to callbacks that solves most of the issues with them. FRP is essential infrastructure for interactive applications - and that means pretty much all web apps.

  1. Introduction

  2. [Getting started](Getting started)

  3. Tutorial

  4. [Sodium API](Sodium API)