Fork me on GitHub
#hyperfiddle
<
2022-10-28
>
denik15:10:03

is there a photon analog for resolve ? trying to create a ui view instance (e.g. (MyView.) from a symbol (`'user.namespace/MyView`)

Geoffrey Gaillard15:10:59

Photon does not have runtime resolve today. Is your set of symbols known?

šŸ‘ 1
Dustin Getz15:10:18

for now please keep it static and use case

Dustin Getz15:10:05

if this is not the solution you want pls send us a gist or send me a link to your private repo and we can give you a good idiom

šŸ™ 1
denik20:10:40

Iā€™m storing fully qualified symbols in a database and was looking for a way to resolve the component photon var from that

denik20:10:57

however, I can hack around it with a static mapping of sym to var for now