Phoenix 1.7 is View-less
germanvelasco.com
Phoenix 1.7 is View-less
1–10 of 224 posts
Re: Phoenix 1.7 is View-less
#2Re: Phoenix 1.7 is View-less
#3Re: Phoenix 1.7 is View-less
#4Speaking as an amateur programmer, is this like Laravel's livewire or intertiajs with inline blade component? (but in Elixir). Or is this something else?
Re: Phoenix 1.7 is View-less
#5Speaking as an amateur programmer, is this like Laravel's livewire or intertiajs with inline blade component? (but in Elixir). Or is this something else?
Re: Phoenix 1.7 is View-less
#6I feel like the next big unlock in user adoption is continued improvements to BeamAsm. Hopefully something on the order of 100-200% raw performance speed up. Note: I’m talking about raw perf, not concurrency.
A few other additions to Phoenix 1.7 include:
- verified routes
- tailwind built in
- additional web server support (bandit)
Re: Phoenix 1.7 is View-less
#7Re: Phoenix 1.7 is View-less
#8I back to writing server side rendered templates with for-free reactivity. Give it a try it's very productive
Re: Phoenix 1.7 is View-less
#9Re: Phoenix 1.7 is View-less
#10This makes sense to me. Views always seemed a like unnecessary boilerplate to me. Better to keep all the code together in one module, and just import common functions. On the other hand, I don't typically like defining the template in a sigil, unless it's a really small one, so I probably won't do that much.