Live data from Hacker News

Why VSCode doesn't use any front end framework

youtube.com

1–10 of 18 posts

Re: Why VSCode doesn't use any front end framework

#2
Erich Gamma, Technical Fellow, Microsoft:

> what many people don't know is that we decided to not use any UI frameworks from the beginning, and that's still true today because performance is very important to us, and we want to be fully in control of our own destiny. So we don't want to chase a framework or track down performance from in the framework, we want to be directly as close to the DOM as possible.

Re: Why VSCode doesn't use any front end framework

#8

Erich Gamma, Technical Fellow, Microsoft: > what many people don't know is that we decided to not use any UI frameworks from the beginning, and that's still true today because performance is very important to us, and we want to be fully in control of our own destiny. So we don't want to chase a framework or track down performance from in the framework, we want to be directly as close to the DOM as possible.

Wow

Re: Why VSCode doesn't use any front end framework

#9

Erich Gamma, Technical Fellow, Microsoft: > what many people don't know is that we decided to not use any UI frameworks from the beginning, and that's still true today because performance is very important to us, and we want to be fully in control of our own destiny. So we don't want to chase a framework or track down performance from in the framework, we want to be directly as close to the DOM as possible.

Got it...They want to control their destiny on UI ...But have no issues on everything else ...So they are ok with using Electron :-))

Re: Why VSCode doesn't use any front end framework

#10
post #6

Building your own proprietary frontend framework still counts as a framework in my mind. Like how a custom tailored suit is still a suit, just one that is, well, tailored to spec. The whole "no framework" narrative is silly.

Is that the point here?

I think the key point about using someone else's framework is that it's someone else's framework, not that it's someone else's framework.

Post reply on HN