Phoenix 1.7 new template rendering without Views!
Notes
Phoenix 1.7 is View-less! 😱
Controllers now render via a format-based Elixir modules (e.g. GreetHTML
)
which:
- define function components, OR
- collocate templates through
embed_templates
Phoenix 1.7 is View-less! 😱
Controllers now render via a format-based Elixir modules (e.g. GreetHTML
)
which:
embed_templates