PeterYuan's Blog
Peter Yuan
this is a simple blog for me to record my life
  • React 介绍

    概述 A JavaScript library for building user interfaces 用来构建用户界面一个JS库 理念 UI = render(data) 数据驱动视图 UI:视图,一个函数的执行结果 render:纯函数,没有任何副作用 ...