Tagged in

Derivable

Learn Derivable
Learn Derivable
A series of articles about Derivable state management library
More information
Followers
10
More, on Medium

Using Derivable with FlowType

Derivable ships with FlowType typings out of the box. That means that you can take advantage of type checking your code which uses Derivable — less runtime errors and more confidence and better sleep in the nights.

/** @flow */

React component state with Derivable

This is the next article in the series about the Derivable library.

The previous one introduced us to React Derivable which allows to drive React components with derivable values.


Derivable and React

Derivable is a library which allows one to define reactive computations.

There’s 2 minutes worth intro into Derivable I wrote recently. Feel free to skim over it but the following code snippet should make some sense to you already:


Learn Derivable in two minutes

Derivable is a library which allows you to define reactive computations.

It has three simple concepts: atoms, derivations & reactions.

Atoms