Phoenix.React.Runtime behaviour (Phoenix.React v0.5.2)
View SourcePhoenix.React.Runtime
Manage the runtime of the React Render Server
If in dev mode, it will start a file watcher to watch the component directory.
Reload the server when the component file changed with a throttle time at 3s
.
@behaviour Phoenix.React.Runtime
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for DynamicSupervisor.init/1
.
Types
Callbacks
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for DynamicSupervisor.init/1
.