Skip to content

React lazy API with the createBrowserRouter #10465

Closed Answered by huijiewei
User6531 asked this question in Q&A
Discussion options

You must be logged in to vote

const SettingsPage = lazy(() => import('../../containers/SettingsPage/SettingsPage'));

or

{ path: routesPaths.appCatalog, Component: lazy(() => import('../../containers/AppCatalogPage/AppCatalogPage')) },

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@brophdawg11
Comment options

@User6531
Comment options

Comment options

You must be logged in to vote
4 replies
@User6531
Comment options

@User6531
Comment options

@huijiewei
Comment options

@User6531
Comment options

Answer selected by User6531
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants