Skip to content

Scrolling performance of heavy children #3399

Answered by mbrandonw
andreymosin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @andreymosin, there are been a few past discussions on this kind of thing you may want to search for (here's one in particular).

In the end there is always a balance of how much you want to integrate your features together, and how much they should be disconnected. By integrating the list of child features into the parent feature, your parent features has complete insight into everything happening inside the list. This is really powerful, but of course comes at a cost. Each action sent from the row goes through the full system, and each layer in the system can inspect and tweak the action is it goes through.

The 2nd approach you have shown, that of detached stores that are not connecte…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@takehilo
Comment options

Answer selected by andreymosin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants