python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vue lazy loading webpackChunkName does not group in chunks but generates a bunch of individual files with a number
I'm trying to implement lazy loading in vue router but when I add the magic comment for webpack it does changes the name of the chunk but it does not group them when they have the same name (see pictu...
Gabriel Jurado
Votes: 0
Answers: 0
Can value of columns be lazy loaded in EntityFramework?
There is a table in the database that has columns Id, Name, Group, and Text. and sizes of values in the Text column are big (about 1MB to 3 MB).
If I use EntityFramework to update one row
public async...
Joy Guan
Votes: 0
Answers: 1
Best way to lazy load sections in the same page
I have a webpage built with Gatsby, in which the index page contains multiple sections, making it quite long (visually) and heavy (in terms of bundle size). My idea is to code split it.
I'm using Reac...
Matthew Kwong
Votes: 0
Answers: 0
Angular Routing: Does an app feature module is allowed to know routing config from an other lazy loaded module?
our App is separated into several lazy loaded feature modules. Each module get's loaded under different path matches. We also have the case that some modules are importing a shared module containing r...
ArgV
Votes: 0
Answers: 1