Packages

Reaxive is a library inspired by Reactive Extensions and ELM to provide functional reactive programming to Elixir. It allows for active sequences of events and a set of stream-reducer like transformations such as map or filter.

Current section

Files

Jump to
reaxive lib reaxive.ex
Raw

lib/reaxive.ex

defmodule Reaxive do
use Application
def start(_type, _args) do
Reaxive.Supervisor.start_link
end
end