1 / 40
文档名称:

react concepts of - inovex.de.pdf

格式:pdf   页数:40页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

react concepts of - inovex.de.pdf

上传人:薄荷牛奶 2016/6/14 文件大小:0 KB

下载得到文件列表

react concepts of - inovex.de.pdf

相关文档

文档介绍

文档介绍:CONCEPTS OF REACT Johannes Reuter Master student HS Karlsruhe & Student employee @ inovex lab ******@ evaluation of new (web-)technologies ReactFacts > Library (NOT a framework) > Is only the view-part of the application > Open source > Developed (and used) by ing from layers... Structure (HTML) Appearance (CSS) Behavior (JS) Component ...ponents JS + ponent ... separation of concerns API API API JS + JSX JS + JSX Hierarchical structuring DATA App state vs. UI-state DATA . app state UI-state On new data > Complete re-evaluation > Comparison of result to ponents > Calculation of minimal set of changes > Execution of changes JS (fast) DOM (slow) How to define Components?