Difference between revisions of "React"

From PKC
Jump to navigation Jump to search
Line 5: Line 5:
A place to see React is to use the website: [[codepen.io]]<ref>{{:Video/How To Build CodePen With React}}</ref>.
A place to see React is to use the website: [[codepen.io]]<ref>{{:Video/How To Build CodePen With React}}</ref>.


=References=
<references/>
=Related Pages=
=Related Pages=
[[Category:DOM Virtualization]]
[[Category:DOM Virtualization]]
[[Category:JavaScript]]
[[Category:JavaScript]]

Revision as of 14:38, 28 January 2022

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].

References

  1. Cook, Kyle (Sep 20, 2020). How To Build CodePen With React. local page: Web Dev Simplified. 

Related Pages