Skip to content

模仿 preact 的源码,写一个类似 react 的框架

Notifications You must be signed in to change notification settings

youngwind/fake-preact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

目的

通过模仿 preact 的源码,写一个类似 react 的框架。

已实现功能

  • 解析 JSX,一次性渲染到页面中,详见 examples/basic
  • extend Component
  • vDOM diff

如何启动项目

npm i
npm run build

在 examples 各个子文件夹内会生成 bundle.js 文件,打开 index.html 便能运行例子。

About

模仿 preact 的源码,写一个类似 react 的框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published