Difference between revisions of "React"

From PKC
Jump to navigation Jump to search
Line 7: Line 7:
=Historical Accounts=
=Historical Accounts=
Some historical accounts can be found here<ref>{{:Video/The Story of React}}</ref>:
Some historical accounts can be found here<ref>{{:Video/The Story of React}}</ref>:
 
<noinclude>
=References=
{{PagePostfix
<references/>
|category_csd=DOM Virtualization,JavaScript,CSS,HTML
=Related Pages=
}}
[[Category:DOM Virtualization]]
</noinclude>
[[Category:JavaScript]]
[[Category:CSS]]
[[Category:HTML]]

Revision as of 13:38, 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

  1. Cook, Kyle (Sep 20, 2020). How To Build CodePen With React. local page: Web Dev Simplified. 
  2. uidotdev, ed. (Feb 1, 2022). The Story of React. local page: uidotdev. 

Related Pages