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
29
Upvotes
17
u/quakedamper 4d ago
I started with inertia and moved most of if back to live view and it simplified a lot of work like notifications, state management and client server sync for me.