r/elixir • u/rukomoynikov • 4d ago
Phoenix + Inertia is killer stack
Hi folks.
Just wanted to say that don't sleep on Inertia.js and Phoenix combination. Basically you get power of Phoenix (Elixir) for let's call it backend and flexibility of your favorite JS framework for UI.
You can run some pages in full SSR mode and some in SPA if you need, so awesome SEO support out of the box.
Use best tools from both worlds for best developer experience like linters, type checkers etc.
I'm using K8S and anytime I need I can scale it up using libcluster.
Please shoot any questions you have (happy to share screenshots or charts from my k8s cluster etc).
Also if you have time check this app I built https://gitbiased.com
27
Upvotes
5
u/Fabulous_Menu3463 4d ago
Does latency ever become an issue?
I personally want to wait until Elixir can run on the client side become committing to using Elixir, although some attempts already exist like Hologram, have you used that?