Packages

A package integrating Phoenix with React

Current section

Files

Jump to
phx_react lib phx_react.ex
Raw

lib/phx_react.ex

defmodule PhxReact do
@moduledoc """
Documentation for `PhxReact`.
"""
@doc """
Hello world.
## Examples
iex> PhxReact.hello()
:world
"""
def hello do
:world
end
end