Hacker News new | ask | show | jobs
by te_chris 971 days ago
Next/nuxt are an architectural dead end for me. It’s so confusing with the subtle differences between what the front lib can do and what next/nuxt can do. If you treat them as server side static site engines they’re ok, but bigger then that they’re a solution looking for a problem.

I implore people to try liveview though, doing everything (pretty much) on the server is incredible. So powerful and no headaches about leakage or security of APIs or whatever - all data is in BEAM/elixir process state unless you render it into a template or explicitly send it to the client in an event.