VanJS (Vanilla JavaScript): 最小のリアクティブ UI フレームワーク
VanJS (abbr. Vanilla JavaScript) is an ultra-lightweight, zero-dependency and unopinionated Reactive UI framework based on pure vanilla JavaScript and DOM. Programming with VanJS feels a lot like React. Check-out the Hello World code below: // Reusable components can be just pure vanilla JavaScript functions. // Here we capitalize the first letter to follow React conventions.…