Best practice for supporting static and reactive args
If I want to create a reactive function that takes in either a static or reactive arg like this:
I always wondered if there's a better alternative to
to support the following static and reactive scenarios:
I always wondered if there's a better alternative to
string | Accessor<string>to support the following static and reactive scenarios:
