Frontmatter
| id | 853 |
| title | container.Base: pass the rendering config to child components |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 1, 2020, 12:47 PM |
| updatedAt | Jul 1, 2020, 12:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/853 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 1, 2020, 12:48 PM |
We can run into timing issues in case a component is rendering and vdom changes get applied in the mean time. Example: loading a store for a list and the data arrives "too early".