1.1.5 • Published 6 years ago

pinna v1.1.5

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.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago