recompose の withState

recompose の withState がわからなかったけどブログ記事とコードを読んだらなんとなくわかった(たぶん)。 公式の API ドキュメントのこのサンプルコードがわからなかった。 https://github.com/acdlite/recompose/blob/master/docs/API.md#withstate const addCounting = compose( withState('counter', 'setCounter', …