Fixed grammar, added link (#19544)

* Fixed grammar, added link

* fix: minor typo by contributor
This commit is contained in:
Brendan
2018-10-16 17:52:50 -06:00
committed by Randell Dawson
parent 3e8848b16c
commit a16031cd20

View File

@ -5,6 +5,6 @@ superBlock: Front End Libraries
--- ---
## Introduction to the React Challenges ## Introduction to the React Challenges
React, popularized by Facebook, is an open-source JavaScript library for building user interfaces. It is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes. [React](https://reactjs.org/), created by Facebook, is an open-source JavaScript library for building user interfaces. It is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes.
React combines HTML with JavaScript functionality to create its own markup language, JSX. This section will introduce you to all of these concepts and how to implement them for use with your own projects. React combines HTML with JavaScript functionality to create its own markup language, JSX. This section will introduce you to all of these concepts and how to implement them for use with your own projects.