@neocomp/full
v0.5.12
Published
new generation of reactivity and speed
Downloads
309
Readme
neocomp
board of frameworks magic, want a lightweight solution for building scalable web apps and sites.
introducing neocomp, a lightweight, fast, and modern javascript web framework simplifing web develepment without sacrificing maintainability or language identity.
it achieves this goal through fine grained reactivity, driven by imperative construction, with the use of chunked templating.
class Counter extends Component {
constructor () {
super();
const { $temp } = this.createTop();
let count = this.signal(0);
$temp`<button on:click=${() => count.value++}>count: ${count}</button>`;
this.fireInit();
}
}quick start
docs
this is the index of the documentation.
- rawdom
- litedom:
- zro router
comp-basemodule:- vite plugin
- examples and patterns
blogpost
check out the latest blogposts about neocomp at recomputed.
thanks for selecting neocomp as your base framework, if you noticed issues or have ideas dont be
shy to share.request(new Time() |> filter(!bug)).
