Swapnilchavan18
Swapnilchavan18
I am using chrome/windows 10, file loads on first load but when navigated back to same route where I am loading file, I get error "Uncaught (in promise) LoadJS" and...
Its single page application , I mean without refresh.
Is there anything that I have to do in componentWillUnmount to load files when there is not a refresh between pages i.e for single page app
ok Thanks . give me some time, I am using that in my personal project, I will create fiddle
No I didn't found solution. Then I used photoswipe JavaScript version with npm.
I am also having same issue of server side rendering, it takes more time(6-7 seconds) for large component tree, Anyone found solution on this?
Anyone had solution on code splitting with webpack?
Is it to do code splitting as per routes? For ex each route in 1 bundle.js or some corelated routes in another bundle.js so that while app grows, page size...