React
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |wikidata={{wikidata|Q19399674}} }} '''React''' is a JavaScript library for building web interfaces. It allows embedding code d...") |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|wikidata={{wikidata|Q19399674}} | |wikidata={{wikidata|Q19399674}} | ||
}} | }} | ||
− | '''React''' is a JavaScript library for building web interfaces. It allows embedding code directly in the JavaScript that resembles [[HTML]] (though with some differences from actual HTML) to build elements of web applications and define how they interact. | + | '''React''' is a [[JavaScript]] library for building web interfaces. It allows embedding code directly in the JavaScript that resembles [[HTML]] (though with some differences from actual HTML) to build elements of web applications and define how they interact. |
== Links == | == Links == | ||
* [https://reactjs.org/ Official site] | * [https://reactjs.org/ Official site] | ||
* [https://reactjs.org/tutorial/tutorial.html Tutorial] | * [https://reactjs.org/tutorial/tutorial.html Tutorial] |
Latest revision as of 21:06, 21 July 2022
React is a JavaScript library for building web interfaces. It allows embedding code directly in the JavaScript that resembles HTML (though with some differences from actual HTML) to build elements of web applications and define how they interact.