Closed anharu2394 closed 5 years ago
ステートを定義して、使うことができる。
state = Struct.new(:count) initial_state = state.new(0) view = component do |state, _actions| div({}, state.count) end
ステートを定義して、使うことができる。