Why I Chose Elixir Phoenix over Rails, Laravel, and Next.js
akarshc.com·11h·
Discuss: Hacker News
Flag this post

First things first, why do we code? To solve problems in the most optimal way possible.

For me, the number one factor is speed: both application speed and development speed. That’s exactly what led me to Phoenix LiveView.

If I had chosen React or Next.js with Laravel, or even Inertia.js with Laravel, I would have had to maintain both sides of the stack, frontend and backend. As a solo developer, I didn’t have the time to manage state in two different places. I needed a solid monolithic solution that could handle everything together.

So I looked into Laravel Livewire and Rails Hotwire. Both are great tools that simplify frontend work without depending too much on JavaScript. I even thought about going full JavaScript with Next.js, but I…

Similar Posts

Loading similar posts...