React Demystified

added by Bob Senoff
12/2/2014 3:31:19 AM

432 Views

A Googler rights about Facebook's React. Some recent articles I have read, particularly The Future of JavaScript MVC Frameworks, have convinced me that there are some deep and powerful ideas in React, but none of the articles or documentation I could find explained the core abstractions in a way that satisfied me. Much like my previous article LL and LR Parsing Demystified, this article is an attempt to explain the core ideas in a way that makes sense to me.


1 comments

Drew Peterson
12/2/2014 7:34:12 PM
Excellent explanation, I definitely have a better understanding of React's internals now. My hope is that the next major release of React will support swapping out the templating syntax, I'm not a fan of using JSX. Have you used React for much @MostlyHarmlessD?