Hacker News new | ask | show | jobs
by wiseowise 253 days ago
> You can get away without using frontend frameworks for small and simple projects.

Small and simple projects like checks notes VSCode, Obsidian, Min (browser).

1 comments

I don't know about others, but VSCode uses other libraries and tools to build on top of. It uses Electron, Monaco editor, Web components etc. It is not pure javascript/typescript.