PreviousNext

Introduction to React

by bill-s, 2016-09-09T20:01:58.000Z

If you’d like a demo-packed introduction to React, an open source JavaScript library popularized by Facebook, this course is for you. React allows developers to build reactive UI components that render HTML using a virtual DOM, which can simplify programming and improve performance. React components are typically written in a JavaScript extension language called JSX.

Read More