Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.26 KB

readme.md

File metadata and controls

24 lines (13 loc) · 1.26 KB

Vanilla-based TODO-MVC

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/

TodoMVC App Template

Template used for creating TodoMVC apps

License

Creative Commons License
This work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.