Or really support for any component that has an async mounting period before it can render it’s children. I have no idea how this will impact the codebase, but I imagine it will be slightly invasive.
React’s future incremental reconciler could be really interesting for this.
Or really support for any component that has an async mounting period before it can render it’s children. I have no idea how this will impact the codebase, but I imagine it will be slightly invasive.
React’s future incremental reconciler could be really interesting for this.
Strawman API that would be supported by this:
Use case is that full board configurations now become composable without needing an outside state management system other than
setState
.