Flashback

An interactive flashcard app.

You may know that React was created at _________.

Hint: This company's site is known for being written in PHP.

React started as a JavaScript port of _________.

Hint: This library is an HTML component framework for an extension of PHP.

React was created by _________.

Hint: This software engineer wanted to experiment with taking XHP in-browser with JavaScript.

React's first deploy was on Facebook's _________ in 2011.

Hint: It was React that made 'liking' your friends' posts possible.

At JSConf US in May 2013, React was _________.

Hint: Today, websites like Netflix, Airbnb, The New York Times, Tesla, Instagram, and more use React.

React allows you to break complex user interfaces into _________.

Hint: This concept of React uses JSX, which has HTML-like syntax, to generate real HTML using JavaScript.

A _________ holds the data that can change during interaction with the application.

Hint: Whenever this changes, React calls the render method and applies any changes to the HTML of the page.