Finest piece of tech

finest piece of tech

Attached: 1_xkvjbVykgUr8I3nZntymsg.png (1600x537, 81K)

ffs. React is no where near being complete and it's unstable as fuck. youre better off with win 98 if you want that experience.

worst 1st post

Attached: 1535660786991.jpg (616x655, 37K)

React is what HTML should have been from the very beginning. Not even memeing.

it is the finest way to torture someone

React is good, but what do you use to manage state? All the options look like cancer.

I just ended up making up my own flux implementation. by using eventemitter

What's wrong with React's built-in state?

Vue is better as it's not bloat.
All javashit is fucking garbage though. It's impossible to make anything "finest" with it without just writing an interpreter for a better language.

Not him, but it gets hard when you have a bunch of children components that need to update parent ones. In the end, you end up with components that pass down A LOT of functions just to operate.

Here's what I mean



As you can see, the deeper the component is, the harder it is to manipulate the parent state. Most people will just shrug this off saying that "you're not thinking the react way :^) "

Redux is sadly too verbose for its own good, but it's a solution.

>needing a framework to build a webpage

That's when you know the site is shit.

Weird, we've been using it in production for years.

Have you used the new context api?

That's when we know you haven't developed a complicated webapp on a team of people for money.

Redux?

I didn't know that existed. I will be using this in my own projects now. Thank you :*

It's as if you think the internet didn't exist prior to frameworks being a thing.

The expectations for what webpages did were a lot lower back then

too complex, i found it easier to make my own from scratch

node + express + react apollo + graphql + postgresql stack is the best

Pure ECMA6 is not only easier to read but also easier to maintain

It would be better if I could dynamic import something.
Why can't I:

const component = import(someButtonComponentName);
alert('ayyyy')}>LAMO

I'm seriously thinking about rewriting the require() shit myself
Even nodejs guy says he regrets it and now can't change it without breaking the world
I don't even care about nodejs at all
Serverside JS is a monument to the stupidity of man
All the webpacking, single gzip bullshit is retarded as well
http2 + individual files will be faster and cache friendly

Can ReactOS run real games yet?

React is one of the most painful experiences I have ever had with programming.

How? It's retard-proof.

what about nextjs? react with server side rendering

It takes very basic and intuitive concepts about programming and makes them convoluted on levels that are absolutely mindbending.

It is incredibly redundant and there are 3 things making up the whole of something that all need to be working in tangent.

Absolutely terrible.