Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 540 Bytes

File metadata and controls

13 lines (9 loc) · 540 Bytes
title What is React?
permalink /what-is-react
excerpt What is React? - Learn React
last_modified_at 2018-05-14 15:58:49 -0400

React is a UI library developed at Facebook to facilitate the creation of interactive, stateful and reusable UI components. It is used at Facebook in production, and Instagram is written in React.

One of it's unique points is that not only does it perform on the client side, but it can also be rendered server side, and they can work together inter-operably.

React