phoenix_html
Building blocks for working with HTML in Phoenix (by phoenixframework)
phoenix_live_reload
Provides live-reload functionality for Phoenix (by phoenixframework)
phoenix_html | phoenix_live_reload | |
---|---|---|
- | 1 | |
423 | 321 | |
1.4% | 0.6% | |
6.9 | 7.5 | |
6 days ago | 7 months ago | |
Elixir | Elixir | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
phoenix_html
Posts with mentions or reviews of phoenix_html.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning phoenix_html yet.
Tracking mentions began in Dec 2020.
phoenix_live_reload
Posts with mentions or reviews of phoenix_live_reload.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Is there an article that explains everything that happens when a Phoenix server is running and code changes are saved?
I don't know of an article but you can see the setup in your config/dev.exs under the Endpoint config and there is an external library that is used to do the heavy lifting https://github.com/phoenixframework/phoenix_live_reload
What are some alternatives?
When comparing phoenix_html and phoenix_live_reload you can also consider the following projects:
plug - Compose web applications with functions
corsica - Elixir library for dealing with CORS requests. 🏖
ex_admin - ExAdmin is an auto administration package for Elixir and the Phoenix Framework
commanded - Use Commanded to build Elixir CQRS/ES applications
phoenix_ecto - Phoenix and Ecto integration with support for concurrent acceptance testing
phoenix_haml - Phoenix Template Engine for Haml