diff --git a/packages/learn/src/introductions/front-end-libraries/react/index.md b/packages/learn/src/introductions/front-end-libraries/react/index.md index 8ae1f2bc5d..f9441fd2bd 100644 --- a/packages/learn/src/introductions/front-end-libraries/react/index.md +++ b/packages/learn/src/introductions/front-end-libraries/react/index.md @@ -5,6 +5,6 @@ superBlock: Front End Libraries --- ## Introduction to the React Challenges -This introduction is a stub +React, popularized by Facebook, is a open-source JavaScript library for building user interfaces. With JSX, it is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes. -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +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.