Phoenix.React.Server (Phoenix.React v0.3.0)
View SourceThe React Render Server
Start runtime server set in Application.get_env(:phoenix_react_server, Phoenix.React)
Summary
Functions
Returns a specification to start this module under a supervisor.
Return the configuration of the React Render Server from Application.get_env(:phoenix_react_server, Phoenix.React)
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec config() :: [ {:cache_ttl, second()} | {:component_base, binary()} | {:render_timeout, millisecond()} | {:runtime, module()}, ... ]
Return the configuration of the React Render Server from Application.get_env(:phoenix_react_server, Phoenix.React)