Content deleted Content added
Anton.bersh (talk | contribs) Remove link in header (this link is already present in →External links: ) |
→React (JavaScript library): Fixed grammar Tags: canned edit summary Mobile edit Mobile app edit Android app edit |
||
Line 18:
}}
'''React''' (also known as '''React.js''' or '''ReactJS''') is an [[open-source]]
React can be used as a base in the development of [[single-page application|single-page]] or mobile applications. However, React is only concerned with state management and rendering that state to the [[Document Object Model|DOM]], so creating React applications usually requires the use of additional libraries for routing, as well as certain client-side functionality.<ref>{{Cite news|url=https://medium.freecodecamp.org/integrating-create-react-app-redux-react-router-redux-observable-bootstrap-altogether-216db97e89a3|title=How to integrate create-react-app with all the libraries you need to make a great app|last=Dere|first=Mohan|date=2018-02-19|work=freeCodeCamp|access-date=2018-06-14}}</ref>
==Basic usage==
|