close
The Wayback Machine - https://web.archive.org/web/20200911223356/https://github.com/Wscats/react-tutorial
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
DOM
 
 
 
 
cms
 
 
css
 
 
lol
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

认识 React

React 是 facebook 开源的一套框架,可总结为以下几个特点:

  • 基于 JSX 语法糖实现
  • JUST THE UI:在多层架构的设计模式中,React 并不算 MVC 的架构,它可理解为 MVC 的 V 层。
  • VIRTUAL DOM:虚拟DOM,是轻量的 js 对象,只保留了原生 dom 的一些常用的属性和方法。
  • DATA FLOW: React是单向响应的数据流。

技术点

题外话

这份教程是综合了Y.PigDK的内容,因为代码和文档比较多,整理中如有疏漏或者错误,可以在 Issues 中提出,多多谅解,希望对你们有帮助,如果你喜欢可以点个 Star 或者 Fork ,谢谢~

About

🐅Some of the react tutorial - 《React学习笔记》

Topics

Resources

Releases

No releases published

Sponsor this project

Learn more about GitHub Sponsors

Packages

No packages published

Languages

You can’t perform that action at this time.