Live data from Hacker News

Phoenix LiveView 1.0.0 is here

phoenixframework.org

101–110 of 142 posts

Re: Phoenix LiveView 1.0.0 is here

#101

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-...

totally this! maybe a 10 anniversary thing next year..

Re: Phoenix LiveView 1.0.0 is here

#103
post #26

LiveView 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…

I'm grossly over simplifying but I've always thought a cut down version of Replicache[1] functionality would be an amazing logical progression for LiveView. With Phoenix.Component[2] introducing attributes it's perhaps closer to being feasible.

[1] https://replicache.dev [2] https://hexdocs.pm/phoenix_live_view/Phoenix.LiveComponent.h...

Re: Phoenix LiveView 1.0.0 is here

#104

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…

Congrats on the release Chris!

What JS solution/approach would you recommend to use with LiveView for pure client-side stuff?

Re: Phoenix LiveView 1.0.0 is here

#105
post #86

Earlier 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.

What does "support for Fedora" means in this context ?

Re: Phoenix LiveView 1.0.0 is here

#106

Congratulations 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

#107

Congratulations 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?

All of my work has been with Elixir so far thankfully. I've also had to hire people for Elixir work, good dudes!

Re: Phoenix LiveView 1.0.0 is here

#108
How's the remote job market for elixir?

I'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

#109
post #86

Earlier 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 ?

It supports most OSes rather nicely, check the docs for a long list of config options. It creates a local package store and configures your user's path for it, each tool is managed with a custom plugin that IME works flawlessly and versions are handled better than anything else I've ever used. It's the only way I'll install Golang or NodeJS lately, and I had good luck with it for Java too.

Re: Phoenix LiveView 1.0.0 is here

#110
post #86

Earlier 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.

Mise also has support

https://mise.jdx.dev/

Post reply on HN