Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify lib helpers erlang.ex
Raw

lib/helpers/erlang.ex

defmodule PhoenixReactify.Helpers.Erlang do
use PhoenixReactify.Helper
def available? do
compatible?(System.otp_release())
end
end