Recommended way to preloading/lazyloading component code in loaders based on params #5306
-
I have a route with a path param With react-router it's possible to return components imported dynamically with The current idea is another
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
can you show some more context? why wouldnt react-router not serialize loader data? |
Beta Was this translation helpful? Give feedback.
yes there was a mixup where pure SPA router also applied serializability checks. thats fixed now