|
|
|
|
|
by dumindaxsb
1804 days ago
|
|
Introducing CalDOM, an agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM. Instead of pulling you into a library-specific magical world, CalDOM let you fully access the DOM directly while keeping the reactivity. A 2-in-1 virtual-DOM & no-virtual-DOM approach if you will. So you could take full advantage of native APIs & mix it with other libraries to gain superior performance & flexibility in the development process. CalDOM does not require any dependency or tooling. It does not introduce any new syntax. Just pure JS. This is the first time I’m publishing something like this. This was a simple jQuery alternative I made myself years ago & kept on improving it slowly. Worked really hard during the last few months to add reactivity and get it to this level. Please check it out & let me know what you think, the good, bad & your suggestions to improve it. Also, it's great if you could contribute to the project: https://github.com/dumijay/CalDom |
|
Nice work from what I see so far.