Is it possible to load a heavy module using React.lazy?
React.lazy
I have a very heavy raw file parsed as string (around 10 mb) and I would like to lazy load it.