@zhamakd My team is struggling with whether a data product should expose one and only one dataset accessible through different output ports, or multiple highly related datasets. What's your feeling?
Hiya @topness Iโm building canvas apps on SPO. How to set myself up for easy migration to Dataverse later? Any notion of a data abstraction layer you can point to? Many thanks!
@topness Hiya Phil! Hereโs one for you: Blazor can generate Custom Elements now (https://t.co/IwkYPjrjO9). In essence, re-use your Blazor components as std html web elements in other frameworks such as Angular or React. Can we pull an element of this kind into a Power App?
@DanWahlin Hiya Dan. Iโm doing some Blazor dev and reaching for Observable-Store. Is there a good equivalent for C# without going for a heavy redux style library?
@topness Re: custom connectors, are these manifest on the client device as part of the Power App, or do they live in the PP cloud such that all requests from the client device must traverse the cloud first, then on to the target API (through client gateway etc)? Thanks!