I know very little about React. What can I learn about it in 30 mins?
From some quick google searches, I have learned that React is a Javascript library for building user interfaces. It is also more popular that Angular and Vue, which are also Javascript libraries.
What are the prerequisites to learning React?
The prerequisites to learning React are HTML, CSS and Javascript.
Where can I learn how to use React?
I have found a tutorial on the reactjs.org website. It offers step by step interactive lessons and starts by building a tic tac toe game.
What are some example projects created by the React community?
The React community has projects posted by users including calculators, shopping carts and a products comparison page.