Home Manual Reference Source Repository

References

Class Summary

Static Public Class Summary
public

A Funnel is a special type of Stream that combines the states from feeder streams.

public

A Stack isn't a stream, but can be used in conjunction with streams, actions, and transformers to make debugging much easier. Using pushAction, 'pushState,pushTransformer, andpushLog`, you can create a log of state changes and their causes.

public

A Stream holds the canonical state of a part of an application, and pushes changes to that state to any observers that are subscribed to the Stream.

public

A View is a kind of Stream that is useful for transforming the shape of state for use in components or interfaces.