Skip to content

Commit

Permalink
write up for React intro stub (#143)
Browse files Browse the repository at this point in the history
* React intro stub updated

* Remove reference to this being a stub
  • Loading branch information
jayyargh authored and raisedadead committed Sep 27, 2018
1 parent 0326d12 commit 8cf217d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.

0 comments on commit 8cf217d

Please sign in to comment.