performance and usability improvements
This commit is contained in:
parent
a25396b6f2
commit
ab988898c0
18 changed files with 381 additions and 206 deletions
|
|
@ -5,6 +5,6 @@ export const DummyPlant: Plant<{}> = {
|
|||
inputEvents: [],
|
||||
outputEvents: [],
|
||||
initial: () => ({}),
|
||||
reducer: (_inputEvent: RaisedEvent, _state: {}) => ({}),
|
||||
render: (_state: {}) => <></>,
|
||||
reduce: (_inputEvent: RaisedEvent, _state: {}) => ({}),
|
||||
render: (_state: {}, _raise: (event: RaisedEvent) => void) => <></>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue