You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added code-splitting using a third-party library in #127. React now ships with code-splitting tools. They don't appear to be seriously interfering with the third-party library (yet) but we should move to React-based code-splitting soon to improve performance and ease maintainability, as well as reducing the risk of the two interfering badly.
We added code-splitting using a third-party library in #127. React now ships with code-splitting tools. They don't appear to be seriously interfering with the third-party library (yet) but we should move to React-based code-splitting soon to improve performance and ease maintainability, as well as reducing the risk of the two interfering badly.
https://reactjs.org/docs/code-splitting.html
The text was updated successfully, but these errors were encountered: