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 elixir.ex
Raw

lib/helpers/elixir.ex

defmodule PhoenixReactify.Helpers.Elixir do
use PhoenixReactify.Helper
def available? do
compatible?(System.version())
end
end