Fastflux Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public
public
public

Container for application state and logic.

public

Function Summary

Static Public Function Summary
public

Creates an observable function that invokes the nested inner function.

public

createStore(options: Object): Store

Dynamically extends Store and instantiates the new class.

public

Higher-order component that automatically subscribes to ObservableState props.

Typedef Summary

Static Public Typedef Summary
public

Any: *

Describes any value

public

Message is a pure object type meeting the following criteria:

  • No methods;
  • Properties are either primitives (numbers, strings, booleans etc.), Arrays or pure Objects;
  • No circular references;
  • Has own property Message#type (string)

External Summary

Static Public External Summary
public