You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to separate basic components (Sliders, Buttons, ...) from components that contain business-logic.
An example could be a DeviceInfo type. It would take a device name as a property, then make and API request and show the latest information about that device.
The text was updated successfully, but these errors were encountered:
We want to separate basic components (Sliders, Buttons, ...) from components that contain business-logic.
An example could be a
DeviceInfo
type. It would take a device name as a property, then make and API request and show the latest information about that device.The text was updated successfully, but these errors were encountered: