Hey everyone, I'm currently working on one app with 4 tabs and we've tried lazy: true, but basically we got an empty screen. What do you people think about adding a new option like lazyView or something related in order to be rendered until the view is loaded? Does it make sense?
You mean like a placeholder? If so, I think the whole point of the lazy it's to not render anything. Tho, I like the idea.
I didn't try this. But, maybe if you put your common placeholder view "under" the TabView one it'll show while render is not ready. Or maybe not 馃拋
cc @satya164
Yeah, like a placeholder 馃槃 , I think could be a good addition for project that have heavy rendering. This feature could be added without cause any damage for other pieces.
I'll try your suggestion, but it's a bit hackish 馃檴
Thank you @sospedra 鉂わ笍
This can be done in the userland using onPositionChange. I don't think the library needs to have this feature inbuilt.