Fork me on GitHub
#fulcro
<
2017-09-16
>
claudiu17:09:17

Is there any way to load only a few of the components props ? I have a modal that's opened from the listing, the only information that's not listed is a description, so I'm thinking it would be nice just to load that prop and not require the other ones I know I already loaded .

cjmurphy20:09:55

@claudiu That sounds like what load-field is for. There's an example where you click a button to load fields that have not yet been loaded. Had a bit of a look and could not find the example.