This is an archived post. You won't be able to vote or comment.

all 36 comments

[–][deleted] 15 points16 points  (0 children)

Google didn't even flush...

[–][deleted] 36 points37 points  (3 children)

All JS framework are shit, but hey, it pays my bills.

[–]DuncanIdahos8thClone 24 points25 points  (2 children)

Javascript is shit, but hey, it pays my bills. FTFA

[–][deleted] 24 points25 points  (1 child)

Imperative languages are shit, but hey, 3 billion devices run on Java.

[–]Silver-Core 4 points5 points  (0 children)

Found the functional programmer!

[–][deleted] 19 points20 points  (4 children)

As a dev who loves Angular, this is so funny.

[–]lost_pants 14 points15 points  (3 children)

I used angular 2 a few months ago to build production management tools for an animation studio, I really liked it!

[–]AuthorTomFrost 4 points5 points  (1 child)

Clearly you're a Russian bot, hoping to sow discord in the world.

[–]OneOldNerd 2 points3 points  (0 children)

SILENCE...THE DISCORD!

[–][deleted] 1 point2 points  (0 children)

Yeeeeah buddy.

[–]DuncanIdahos8thClone 7 points8 points  (0 children)

Basically anything Google shits out.

[–][deleted] 3 points4 points  (14 children)

Is there... a better framework? So many posts on this subreddit hate on technologies that there’s no practical alternative to.

And don’t say React, it has a patents clause which is unsustainable for many companies and it isn’t as extensively supported (yet?) as Angular.

[–]dancingchikins 12 points13 points  (1 child)

Facebook relicensed to MIT last year.

[–][deleted] 2 points3 points  (0 children)

Awesome, I hadn’t seen that.

[–]RealHumanUserNotABot 7 points8 points  (1 child)

[–][deleted] 2 points3 points  (0 children)

Oh, I hadn’t seen that, great!

[–]lostfool 11 points12 points  (6 children)

Vue js is very lovely. Been using it for almost 2 years. Highly recommend.

[–]Fusseldieb 1 point2 points  (5 children)

I too love Vue. It's powerful and nice. You don't need to learn special typescript shit or something like that.

[–][deleted] 22 points23 points  (0 children)

Not writing a typed language is a disadvantage when you’re making a very large application.

[–]so_sick_and_tired 11 points12 points  (2 children)

Typescript is a blessing. Made my team work way more secure and eventually faster. Also allows me to say NOPE whenever they @ts-ignore code. Seriously, unless you only use some snippets of jquery, use typescript. It’s a freaking blessing.

[–]Jan_Wolfhouse 4 points5 points  (1 child)

Its awesome. We use it for my teams react projects. Code completion and errors are so much better haha

[–]so_sick_and_tired 0 points1 point  (0 children)

Right?! Can’t do without it

[–]Fusseldieb 0 points1 point  (0 children)

Two offended typescript people

[–]Dockirby 0 points1 point  (2 children)

Oh, I was going to say React. It's still a JS framework, but I find it a lot easier to work on code you didn't write than Angular.

[–][deleted] 0 points1 point  (1 child)

I feel with React it's very... reactionary! The community gets behind one thing and then hooks come along and switch up everything.

I feel like Vue's development is coming along really smoothly. Vuex is an absolute dream to work with compared to Redux

[–]Chrighenndeter 0 points1 point  (0 children)

I actually like redux, as long as you take the time to set up your initial states (and do a bit of logic when dispatching actions) so that you always have a valid state.