Hacker News new | ask | show | jobs
by tylrbrkr 736 days ago
Yes, you can build fully server rendered web apps with Phoenix. You'd need HTML templates for that though, so you shouldn't use the --no-html option.

--no-webpack is deprecated as Phoenix uses esbuild now but see the docs: "--no-esbuild - do not include esbuild dependencies and assets. We do not recommend setting this option, unless for API only applications, as doing so requires you to manually add and track JavaScript dependencies"

1 comments

If I intend to create an e-commerce website without any JavaScript, may I use "--no-esbuild" given that I do not want to add any JavaScript dependencies? I am trying to replace the e-commerce website I have built using PHP & HTML & CSS (without any JavaScript at all).

I was even considering "--no-assets" and add Tailwind (or whatever else) manually.

I hope a core developer of Phoenix could help me out here. :/

https://news.ycombinator.com/item?id=35928648