Chinaunix首页 | 论坛 | 博客
  • 博客访问: 81724
  • 博文数量: 26
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-27 23:29
文章分类

全部博文(26)

文章存档

2017年(9)

2016年(13)

2014年(4)

我的朋友

分类: Mysql/postgreSQL

2017-04-04 21:07:04

A declarative, efficient, and flexible JavaScript library for building user interfaces.

declarative:声明式。React将此作为第一个词,可见其重要性。declarative对应imperative(命令式),移步看看什么是 declarative Javascript.

对于react,declarative的含义是:declarative UI.

Declarative views make your code more predictable, simpler to understand, and easier to debug.

这说的是JSX语法,能够在JS里面直接写html和css,是一次大胆的创新。JSX让人写前端代码写得直呼过瘾。

React is flexible and can be used in a variety of projects. You can create new apps with it, but you can also gradually introduce it into an existing codebase without doing a rewrite.

你没有必要非在整个网页或者整个项目中使用react。你可以只在一个dom节点中使用,然后慢慢地去做重构。所以,使用react和使用jquery,angular并不冲突


阅读(1635) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~