Phoenix creator here – excited to finally have shipped this! Happy to answer any elixir/phoenix/liveview questions. In case folks missed it, buried in the blog post is a new installer that lets folks try out elixir/phoenix in seconds. It installs elixir and generates a new phoenix project from a single command: osx/linux: $ curl https://new.phoenixframework.org/yourappname | sh windows powershell: > curl.exe -fsSO ht…
Hi Chris Many thanks for all the years of dedication to Phoenix and value you've given to developers around the world. OT: any thought about updating the 9-year old perf benchmark blog post? And is bandit now recommended over cowboy? https://www.phoenixframework.org/blog/the-road-to-2-million-...
Phoenix LiveView 1.0.0 is here
101–110 of 142 posts
Re: Phoenix LiveView 1.0.0 is here
#102Re: Phoenix LiveView 1.0.0 is here
#103LiveView is super exciting and extremely productive developer experience. One thing that I hope future versions can help address is what I call the "elevator" problem, in that if I'm using a LiveView app on an elevator (or in my case at Costco), it becomes unusable as the connection gets too flakey. While I get offline support will never happen, maybe better support for unreliable connections would be fantastic, thou…
[1] https://replicache.dev [2] https://hexdocs.pm/phoenix_live_view/Phoenix.LiveComponent.h...
Re: Phoenix LiveView 1.0.0 is here
#104Phoenix creator here – excited to finally have shipped this! Happy to answer any elixir/phoenix/liveview questions. In case folks missed it, buried in the blog post is a new installer that lets folks try out elixir/phoenix in seconds. It installs elixir and generates a new phoenix project from a single command: osx/linux: $ curl https://new.phoenixframework.org/yourappname | sh windows powershell: > curl.exe -fsSO ht…
What JS solution/approach would you recommend to use with LiveView for pure client-side stuff?
Re: Phoenix LiveView 1.0.0 is here
#105Earlier quoted context omitted.
I will see if we can do something about fedora, but we now convert hyphens to underscores because I'm sure that will trip more folks up – thanks! For fedora, Elixir has instructions on their site: sudo dnf install elixir erlang https://elixir-lang.org/install.html I'd love to make it work for elixir install if we can though :)
I generally recommend using ASDF to install Erlang/Elixir, it has support for Fedora. https://asdf-vm.com/guide/getting-started.html https://github.com/asdf-vm/asdf-erlang https://github.com/asdf-vm/asdf-elixir Slightly more ceremony than curl | sh, but a good tool to have.
Re: Phoenix LiveView 1.0.0 is here
#106Congratulations to the team and a tremendously big warm hug for creating something that makes my professional life easier and joyful. Elixir is terrific, never feel like the language is slowing me down whatsoever. The tools you need are unsurprising and boringly in your face. Oban background jobs, auth, encryption, the works. The tools for your day to day are polished and immediately useful. mix ecto.reset, seeds.exs…
Does this mean you are getting lots of work with it?
Re: Phoenix LiveView 1.0.0 is here
#107Congratulations to the team and a tremendously big warm hug for creating something that makes my professional life easier and joyful. Elixir is terrific, never feel like the language is slowing me down whatsoever. The tools you need are unsurprising and boringly in your face. Oban background jobs, auth, encryption, the works. The tools for your day to day are polished and immediately useful. mix ecto.reset, seeds.exs…
> best decision of my professional career… Does this mean you are getting lots of work with it?
Re: Phoenix LiveView 1.0.0 is here
#108I'm currently a full stack web dev using functional typescript, but leaning into Elixir world.
I make 100k more or less in Europe as an independent contractor/freelancer, I'd be happy to jump on Elixir/LV but not at a pay cut.
Re: Phoenix LiveView 1.0.0 is here
#109Earlier quoted context omitted.
I generally recommend using ASDF to install Erlang/Elixir, it has support for Fedora. https://asdf-vm.com/guide/getting-started.html https://github.com/asdf-vm/asdf-erlang https://github.com/asdf-vm/asdf-elixir Slightly more ceremony than curl | sh, but a good tool to have.
What does "support for Fedora" means in this context ?
Re: Phoenix LiveView 1.0.0 is here
#110Earlier quoted context omitted.
I will see if we can do something about fedora, but we now convert hyphens to underscores because I'm sure that will trip more folks up – thanks! For fedora, Elixir has instructions on their site: sudo dnf install elixir erlang https://elixir-lang.org/install.html I'd love to make it work for elixir install if we can though :)
I generally recommend using ASDF to install Erlang/Elixir, it has support for Fedora. https://asdf-vm.com/guide/getting-started.html https://github.com/asdf-vm/asdf-erlang https://github.com/asdf-vm/asdf-elixir Slightly more ceremony than curl | sh, but a good tool to have.