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 tried using react lazy() for code splitting but after changes, unable to generate build. System hangs if build creation is in progress.
Currently after build we have 4 chunk js files which are having 16mb size hence app takes too much time to load so wanted to split code and improve performance. Please let us know if argon react supports react lazy. https://react.dev/reference/react/lazy#suspense-for-code-splitting
Version: argon-dashboard-pro-react 1.2.0
Current structure: routes.js file having array of routes and in Admin.js, we have used routes array
The text was updated successfully, but these errors were encountered:
What is your enhancement?
We tried using react lazy() for code splitting but after changes, unable to generate build. System hangs if build creation is in progress.
Currently after build we have 4 chunk js files which are having 16mb size hence app takes too much time to load so wanted to split code and improve performance. Please let us know if argon react supports react lazy.
https://react.dev/reference/react/lazy#suspense-for-code-splitting
Version: argon-dashboard-pro-react 1.2.0
Current structure: routes.js file having array of routes and in Admin.js, we have used routes array
The text was updated successfully, but these errors were encountered: