Open jamesyoungman opened 2 years ago
In tx2-web/src/AlarmPanel.tsx there are callbacks into controller/alarm.ts, and also callbacks in the opposite direction. With a callback registry.
There is a similar picture between tx2-web/src/IoPanel.tsx and controller/io.ts.
This seems more complex than necessary. Someone more experienced with React than I am can likely suggest a simpler approach.
In tx2-web/src/AlarmPanel.tsx there are callbacks into controller/alarm.ts, and also callbacks in the opposite direction. With a callback registry.
There is a similar picture between tx2-web/src/IoPanel.tsx and controller/io.ts.
This seems more complex than necessary. Someone more experienced with React than I am can likely suggest a simpler approach.