|
此文章由 yrqin 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 yrqin 所有!转贴必须注明作者、出处和本声明,并保持内容完整
本帖最后由 yrqin 于 2021-8-8 23:12 编辑
我不是内行人,但是也对一些前后端的框架有所了解也比较感兴趣。所以我去google了一下,希望有所启发:
What And Why React.js
https://www.c-sharpcorner.com/article/what-and-why-reactjs/
以下是节选:
React allows developers to create large web applications that can change data, without reloading the page. The main purpose of React is to be fast, scalable, and simple. It works only on user interfaces in the application. This corresponds to the view in the MVC template. It can be used with a combination of other JavaScript libraries or frameworks, such as Angular JS in MVC.
It's used for handling the view layer for web and mobile apps. React also allows us to create reusable UI components. ...
如果对这些说法还没有什么感觉,可以继续学习,做几个简单的项目实际体验看看。 |
|