Hacker News new | ask | show | jobs
by colechristensen 21 days ago
Phoenix is delightfully fast and not having to deal with two entirely different application stacks where your application is split down the middle (or the javascript ecosystem) is a breath of fresh air.
1 comments

Isn't split stack architectural, i.e. client heavy vs thin client. Not a hard TS feature?
With Phoenix you can write actually 0 code that runs on the client, just the backend and html templating.