- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 255字
- 2021-08-27 19:57:33
React
React (https://reactjs.org) is not a full-fledged MVVM framework. It is a JavaScript library for building client-side views or user interfaces. It is developed and backed by Facebook and has a vibrant community and ecosystem behind it. React follows an HTML in JS approach and has a special format called JSX to help us write React components. Unlike Angular, React doesn't have too many concepts or APIs to learn and hence is easier to start with, but React only cares about rendering the UI and hence to get similar functionality offered by Angular, we would have to pair React with other libraries like React Router (https://reacttraining.com/react-router), Redux (https://redux.js.org), MobX (https://mobx.js.org), and so on. JHipster uses React along with Redux and React Router and similar to Angular, JHipster uses TypeScript for React as well. But this is optional as React can be written using JavaScript as well, preferably ES6 (http://es6-features.org). React is fast to render due to its use of a virtual DOM (https://reactjs.org/docs/faq-internals.html) to manipulate a view instead of using the actual browser DOM.
- Access 數(shù)據(jù)庫應(yīng)用教程
- Learning Linux Binary Analysis
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- HTML5+CSS3網(wǎng)站設(shè)計(jì)基礎(chǔ)教程
- Babylon.js Essentials
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Implementing Microsoft Dynamics NAV(Third Edition)
- RESTful Web API Design with Node.js
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐
- Java算法從菜鳥到達(dá)人
- Mastering Swift 4(Fourth Edition)
- Git Version Control Cookbook
- Test-Driven Java Development(Second Edition)
- Practical XMPP