- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 249字
- 2021-06-10 19:37:17
React
React, released and managed by Facebook, is a JavaScript SPA framework focusing on components, serving the purpose of a view engine. Contrary to Angular, React is less opinionated on how you build an entire app and requires a milder learning curve, albeit it's just a view engine. React enables building encapsulated and reusable components using its notorious and controversial JSX, a domain-specific language (DSL) that allows you to write the view of the component in JavaScript alongside the component logical code.
React was released to the public in 2013 and it has made a great impact in the field, introducing great concepts to web apps, such as JSX, Virtual DOM, unidirectional data flow and great performance.
Notably, React is not just for web apps. React follows the notion of Learn-Once-Write-Everywhere. Meaning, you can leverage React to write apps that target different platforms, for example using React Native for cross-platform native mobile apps and React360 for VR.
Moreover, the innovation and collaboration around React is astonishing and its community is paramount. React is just a component library, thus enthusiast followers have created complementary libraries to provide other aspects related to app development, such as state management, routing, and isomorphic rendering. Some of which have too made a noticeable influence in the field as well, for example, Flux and Redux.
Ever since its release, React has been gaining popularity at a steady pace, taking its place as the leading SPA framework for quite some time now.
- FreeSWITCH 1.2
- 新一代物聯網架構技術:分層算力網絡
- Web Application Development with R Using Shiny
- 網絡互聯技術(實踐篇)
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- OMNeT++與網絡仿真
- 通信原理及MATLAB/Simulink仿真
- 面向5G-Advanced的關鍵技術
- 網絡環境中基于用戶視角的信息質量評價研究
- 網管第一課:網絡操作系統與配置管理
- Learning Storm
- Android UI Design
- 物聯網頂層設計與關鍵技術
- Hands-On Microservices with Node.js
- 局域網組成實踐