menu icon
Home icon
Home
community icon
Community
blog icon
Blog

Go Ahead!

The Flux Pattern For Any Environment.

Metaflux is an open-source library providing tools that allow easy adoption of the flux (observable) pattern in your code which simplifies complex UI, easy debugging and unit-testing.

Get Started
default-logo sttfAsset 1

Metaflux

Includes simple and elegant element constructors for quickly designing even complex HTML web components with flux support already baked in.

persintence

Persistence

The persistence of UI state simplifies effects of many event-emitting components in your application which can quickly become a tangled web using other patterns like MVC or MVVM

UI testing

Easy UI unit testing

With persistent state and actions following the flux pattern, it makes it easy to place a UI into a given state, call an action and verify the resulting state.

flexible

Flexible

Metaflux works in any javascript environment and provides relief for developers wanting to follow web standards like es6 and web components without loading large and opinionated frameworks and libraries like React.