Content deleted Content added
m →Architecture beyond HTML: fmt. Tag: nowiki added |
No edit summary |
||
Line 21:
'''React''' (sometimes styled '''React.js''' or '''ReactJS''') is an [[open-source software|open-source]] [[JavaScript library]]<ref>{{Cite web|url=https://facebook.github.io/react/|title=A JavaScript library for building user interfaces - React|website=facebook.github.io|access-date=2017-04-13}}</ref> for building [[user interfaces]].
It is
React allows developers to create large web applications that use data which can change over time, without reloading the page. Its main goal is to be fast, simple and scalable. React processes only user interfaces in applications. This corresponds to View in the [[Model-View-Controller]] (MVC) template, and can be used in combination with other [[JavaScript]] libraries or frameworks in MVC, such as [[AngularJS]].<ref>{{cite web|url=https://thinkmobiles.com/blog/angular-vs-react/|title=Angular vs React: Feature Comparison of JS Tools - Thinkmobiles|date=22 February 2017|publisher=}}</ref>
|