Live data from Hacker News

Our long term plan to make GitLab as fast as possible with Vue and Webpack

about.gitlab.com

301–304 of 304 posts

Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack

#301

Earlier quoted context omitted.

Also jumping in. The biggest problems with Angular2+ is that they called it Angular, and had a terrible release. It's not Angular, it's a completely different framework. They rode their own hype train and it's made searching for tutorials, examples, libraries much more difficult. I was lucky in that we didn't start our project until after the true release happened, but having such a long alpha, beta, and release cand…

> They rode their own hype train This is my single biggest problem with Angular 2. It's not Angular, but in calling it "Angular 2," they effectively killed off a powerful framework which had a promising future, all while basically hamstringing Angular 2 from the start for (at least) the reasons you mentioned.

Its actually worse now, since they decided to call all versions of angular "just Angular".

I'm not sure what the reasoning is behind this.

Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack

#302

Earlier quoted context omitted.

> I hate writing react. Out of curiosity, what was the straw that broke the camel's back?

After a few hours of Vue / Riot I could sit and begin writing a full fledged app. React for me was a bigger barrier to entry, i kept running into road blocks and searching google how to do things then everything is like "you need flux" or all these other things and I just got more confused and frustrated. Once you know it, its great, powerful, fast, a pleasure to use. But I still prefer vue/riot. Simple easy straight…

Yeah, the main problem with React is that you actually want React+MobX, not React+Flux :)

Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack

#303
post #52

Earlier quoted context omitted.

That's true. React itself is also clean and simple... but things tend to be more complicated in React, the ecosystem when you go to the SPA direction.

I sorta hate that React is so simple and the ecosystem is such a clusterf*ck. I wish they came out with a storage/persistence system as simple conceptually as the renderer. Maybe that's a lot to ask for though. React by itself gives me blue balls.

There is one, and its called MobX: https://mobx.js.org/getting-started.html

Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack

#304

Earlier quoted context omitted.

Many people find deeply nested tree structures hard to read when you need to mentally balance a bunch of parentheses. The inability for s-expression languages to gain significant traction with lay programmers is evidence of this.

People who use Lispy languages do _not_ balance parenthesis mentally. In fact they completely ignore parenthesis and go only by indentation. Parenthesis disappear when you are at certain level of proficiency.

Yep, but most people don't get to that level of proficiency.
Post reply on HN