Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/react_on_elixir

Server render and mount react components on any elixir web application (WIP)
https://github.com/gauravtiwari/react_on_elixir

Last synced: 18 days ago
JSON representation

Server render and mount react components on any elixir web application (WIP)

Awesome Lists containing this project

README

        

# ReactOnElixir

**TODO: Add description**

## Installation (unpublished)

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add react_on_elixir to your list of dependencies in `mix.exs`:

def deps do
[{:react_on_elixir, "~> 0.0.1"}]
end

2. Ensure react_on_elixir is started before your application:

def application do
[applications: [:react_on_elixir]]
end