Live at https://noamr.github.io/todomvc-app-template/index.html
Using a few concepts to keep code concise without a framework:
- Reactivity via CSS
- HTML is mostly forms and form elements
- Accessing model via a Changes Channel
"View" JS code ends up being less than 40 lines of code: https://github.com/noamr/todomvc-app-template/blob/main/js/app.js
See full article here: https://www.smashingmagazine.com/2022/02/web-frameworks-guide-part2/
Template used for creating TodoMVC apps
This work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.