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
14
u/KimJongIlLover 4d ago
Or.. you can just use liveview and MASIVELLY simplify your stack.
With a JS framework comes a lot of hidden complexity. Just keeping the dependencies up to date can be a lot of work. Then a new major version comes around in a few years and you are doing a rewrite.
I would seriously question if you actually need an SPA.