|
|
|
|
|
by twreactistricky
3717 days ago
|
|
No, I'm not a web developer. I've tried reading some React articles. There are lots of points that are brought up again and again (diffing for minimal incremental updates, unidirectional flow, etc) that I find really hard to care about since I've never encountered them in the kind of native development I do. |
|
IMO encouraging you to isolate state management is the biggest win. JSX and component-based abstraction are really fucking powerful too though.
[1]: https://facebook.github.io/react/docs/getting-started.html
[2]: https://jsfiddle.net/reactjs/69z2wepo/