タグ

ブックマーク / gist.github.com/srdjan (1)

  • 100+ different js counter apps...

    100+ different counter apps... ��{ �� ` �� 100+ different js counter apps... 101-hyperapp-v2.x.js �C{ �� 0 e �� import { h, app } from "hyperapp" app({ init: 0, view: state => ( <main> <h1>{state}</h1> <button onclick={state => state - 1}>-</button> <button onclick={state => state + 1}>+</button> </main> ), container: document.body }) 102-react-values.js �l� �� P � �� import { NumberValue } from

    100+ different js counter apps...
    efcl
    efcl 2017/03/25
    いろんな言語、フレームワークでのカウンターの実装のコレクション
  • 1