ursus
11/17/2019, 8:13 AMState(.. my vals, val parentState : ParentState)
? Im not a huge fan of this as concept of ParentState being exposed outside.. maybe flatten it via interface + by delegation?sngrekov
11/18/2019, 7:53 AMursus
11/18/2019, 4:33 PMsngrekov
11/18/2019, 7:26 PMursus
11/19/2019, 6:03 AMursus
11/19/2019, 6:04 AMsngrekov
11/19/2019, 8:18 AMursus
11/19/2019, 1:14 PMursus
11/19/2019, 1:15 PMsngrekov
11/19/2019, 5:35 PMursus
11/19/2019, 5:52 PMsngrekov
11/19/2019, 10:16 PMWhere do the Actions live then?Why do they need to live somewhere? Emit the Action (by user input or by environment) and handle it in component (reducer or whatever)
ursus
11/19/2019, 11:34 PM