jakobhviid / Dashboard-Interface-Docker

MIT License
0 stars 0 forks source link

TECHNICAL DEBT - Optimize "Data Flow" In React #2

Open Omvk97 opened 4 years ago

Omvk97 commented 4 years ago

The way data flows when recieved from the socket server and into the components is not optimal. It was created quickly and will cause issues in the future.

mads5606 commented 3 years ago

Additional comment from discussion: Change the flow so that ideally all the processing is done on the server, making react only be responsible for displaying the data it receives from the server.