Hacker News new | ask | show | jobs
by CharlesW 971 days ago
I just went through this and settled on Vue, TypeScript, and Vite for a rewrite of a PHP app. I can recommend that stack.

Vite and TypeScript were new to me. I'd briefly used a older version of Vue for something. I currently deploy to Vercel, but don't have any Vercel dependencies.

I used Phind, ChatGPT, GitHub Copilot extensively in order to understand the "AI pair programming" experience. They were helpful for suggesting solutions and helping understand mistakes. Just to set expectations, the flow was less "problem→solution", and more "problem→try this→iterate→try this→iterate→solution".

1 comments

Vite and Typescript are truly incredible. The state of frontend is improving somewhat.