Skip to content

Facebook’s React, 8 months later (and where to learn about it)

I finally paid attention to React when David Nolen wrote a post involving it in December. I have great respect for Nolen’s work, and it made me give the library a look (and I expect many others did the same).

If you haven’t checked it out yet, React is Facebook’s “V in MVC” library. There’s a virtual DOM involved, but when you first glance read about it, it’s putting HTML (actually, XML, if you want to use JSX as they recommend) back into your JavaScript.

What.

That’s exactly the reaction React got 8 months ago when they announced the project at JSConf US.

And still some reactions like that today:

However, if you want to learn more about React, I suggest watching the JSConf EU talk (which was about 4-5 months after the US event) about the library. Egghead.io is building out a React Fundamentals series, and I expect to see more coming out in the near future, as the race for getting content to people seems to get faster and faster. On Twitter, it seems like people are using #reactjs as the hashtag, in case you want to poke around at what people are saying now vs. then 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.