Files
freeCodeCamp/guide/english/certifications/front-end-libraries/react/index.md
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

21 lines
916 B
Markdown

---
title: React
---
# React
![React](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/200px-React-icon.svg.png)
React or ReactJS is a front-end library which is used to create beautiful, reusable and interactive User Interfaces.
React is written in JavaScript and JSX. It is designed with reusability in mind and follows a component based pattern, which means write once and use infinitely.
It is available as a CDN for browser based development or as a npm package for Command line shell based editing.
React has been developed under the Facebook Open Source project, and is actively maintained by the Open Source community.
#### Relevant Links
<!-- Please add any articles you think might be helpful to read before writing the article -->
1. [React](https://reactjs.org/)
2. [React Open Source page](https://github.com/facebook/react/)
3. [React Forum](https://discuss.reactjs.org/)