Augmented Usamimi

it { is_expected.to be_blog.written_by(izumin5210) }

Entries from 2017-01-01 to 1 month

React.ComponentにFlowで型をつけるスニペット

v0.38.0時点. こんな感じに定義されてる. https://github.com/facebook/flow/blob/v0.38.0/lib/react.js#L224 declare module react { // snip. declare var Component: typeof React$Component; declare var PureComponent: typeof React$PureComponent; …

Sinatraの実装を読む

対象読者 Ruby初心者を抜け出したい人 あまり人のコードとか読まないけどそろそろ読む練習したい人 コードリーディングに慣れてる人だと30分もかからないので,対象読者じゃないかも. 前提知識 Rackアプリケーションの実装に関する基本的な事項 Rack解説 - …