Andrei

Results 7 comments of Andrei

Agreed, `object-hash` is large enough, but `JSON.stringify` doesn't preserve object equivalence: for identical objects with different order of their keys, it results in different values. Another thing to keep note...

I will look into alternatives. Thank you for bringing it up. 🙏🏻

Currently, all data is cached with simple javascript Map objects, without a clearing strategy (only the manual process being available). However, I have considered both an actual caching strategy, and...

@coodersio unlikely something like that will work, since the code in the `example()` block will end up in Figma almost exactly how you write it there. Treat that as an...

I think this was called out in the demo. You only need to map the states you're interested in to the props you need in code, like this: ```tsx props:...

Good call. I saw this behavior but wasn't sure how exactly it was working 😅 So in general, if you need to map stuff, this should be done via the...

Connecting _all_ individual icon components in Figma is exactly what I am trying to avoid. It's a scalability issue to have to "connect" every time a new icon gets added...