Difference between revisions of "React"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
React is a JavaScript library that implements an interesting programming paradigm. It allows data sets to be synchronized across servers and clients in a disciplined way. | React is a [[JavaScript]] library that implements an interesting programming paradigm. It allows data sets to be synchronized across servers and clients in a disciplined way. | ||
One interesting demonstration of [[React]] is: [[DOM Virtualization]]. | One interesting demonstration of [[React]] is: [[DOM Virtualization]]. | ||
Line 5: | Line 5: | ||
A place to see React is to use the website: [[Codepen|codepen.io]]<ref>{{:Video/How To Build CodePen With React}}</ref>. | A place to see React is to use the website: [[Codepen|codepen.io]]<ref>{{:Video/How To Build CodePen With React}}</ref>. | ||
= | =Historical Accounts= | ||
< | Some historical accounts can be found here<ref>{{:Video/The Story of React}}</ref>: | ||
= | <noinclude> | ||
{{PagePostfix | |||
|category_csd=DOM Virtualization,JavaScript,CSS,HTML,React,React Hooks,Functional reactive programming | |||
}} | |||
</noinclude> |
Latest revision as of 16:47, 26 January 2023
React is a JavaScript library that implements an interesting programming paradigm. It allows data sets to be synchronized across servers and clients in a disciplined way.
One interesting demonstration of React is: DOM Virtualization.
A place to see React is to use the website: codepen.io[1].
Historical Accounts
Some historical accounts can be found here[2]:
References
- ↑ Cook, Kyle (Sep 20, 2020). How To Build CodePen With React. local page: Web Dev Simplified.
- ↑ uidotdev, ed. (Feb 1, 2022). The Story of React. local page: uidotdev.
Related Pages