1.0.3 • Published 6 years ago

pinna-router v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

欢迎使用 Pinna

一个类似于react的前端库。

安装使用

npm install pinna
import { h, render, Component } from 'pinna'

class App extends Component{
	state(){
		return {
			test:1
		}
	}
	mounted(){
		setTimeout(()=>{
			this.state.test = 2
		},1000)
	}
	render( { id }, { test } ){
		return <div id={ id }> { test } </div>
	}
}

License

MIT

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago