Difference between revisions of "React"
Jump to navigation
Jump to search
(Created page with "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...") |
|||
Line 5: | Line 5: | ||
=Related Pages= | =Related Pages= | ||
[[Category:DOM Virtualization]] | [[Category:DOM Virtualization]] | ||
[[Category:JavaScript]] |
Revision as of 14:32, 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.