UNPKG

@polight/lego

Version:

Tiny Web-Components lib for future-proof HTML mentors

10 lines (7 loc) 221 B
import { LegoStore } from "/example/node_modules/@polight/store/dist/store.js"; const store = new LegoStore({ count: 0 }, { increment() { this.setState({ count: this.state.count + 2 }) } }) export default store