Techpill me on React

Techpill me on React

Attached: 1200px-React-icon.svg.png (1200x848, 56K)

Other urls found in this thread:

vanilla-js.com/
twitter.com/NSFWRedditVideo

Imo, it's the most intuitive way of piecing together webpages. Easy to separate GUI appearance from business logic. Easy to code, easy to maintain. Unironically a great framework. you know it's good because Jow Forums rails against it and JS so hard.

t. Zoomer

Wouldn't that make angular even more superior? It seems Jow Forums hates it a lot.

it makes webshit marginally less painful.

Better than other JavaScript frameworks but still should be avoided

This. It's JavaScript with OOP. It's also kind of hard to get used to and requires a different solution to a lot of basic things (for example forms need to be hooked on to state for input to work).

Create React App is the most based thing I've ever used

It's disgusting like all JS shit

>state can be only managed by the top class
>every little thing requires a JS library that downloads half of all NPM packages
>all tutorials for it are basedshit that don't explain anything
>() => () => ()

Not sure how long you’ve been doing react but it’s not based

It is a million times better than trying to do it in jquery though

Honestly if you can avoid JavaScript you should, just generate HTML server side and avoid all the complexity.

>state can be only managed by the top class
this, this right here. parent-child relationships are way too strict.