Thanks for creating this library.
Am curious about how to implement it for (what I would guess) is a common use-case: many components that change based on orientation and/or device size.

or

There are cases where we would want many components to update autonomously (ex: width,height,placement,etc) relative to screen size/orientation.
Should components that all need viewport information subscribe to viewport events independently? Seems like potentially a lot of subscriptions.
Thanks in advance
Thanks for creating this library.
Am curious about how to implement it for (what I would guess) is a common use-case: many components that change based on orientation and/or device size.
or
There are cases where we would want many components to update autonomously (ex: width,height,placement,etc) relative to screen size/orientation.
Should components that all need viewport information subscribe to viewport events independently? Seems like potentially a lot of subscriptions.
Thanks in advance