Real world applications written using Mantra

Is there any real world application written using mantra that has a source that can be openly read?

You may see a few here.

We will release a few projects soon.

1 Like

I don’t know where to post this question.

How can I make a component that loads it’s data lazily on mouseover? With react-composer.

I guess you should bind your mouseover event handler to an action loading your data.

Yeah, I thought about that. But I don’t know how to cause action to load data into component.

Maybe set a local state key in your action then check that key in your composer. Load only if it’s set.

2 Likes