[Hyperapp] Interact with the State Object through Hyperapp Action functions

Hyperapp is an ultra lightweight (1kb), minimal, functional, JavaScript library for building UIs. It comes with a VDOM engine and state management without any dependencies. In this lesson, we build a simple counter app. We include the Hyperapp library using the Unpkg link: https://unpkg.com/hyperapp and then attach it to our page on the window.main global.

To build a counter, we only need to add a bit of state and a couple actions to our application to get it to work.

 

 

posted @ 2018-02-07 16:56  Zhentiw  阅读(130)  评论(0编辑  收藏  举报