Code-Splitting is a feature supported by bundlers like Webpack and Browserify (via factor-bundle) which can create multiple bundles that can be dynamically loaded at runtime.
Dzielenie kodu to funkcja wspierana przez narzędzia takie jak Webpack oraz Browserify (przez factor-bundle), które mogą tworzyć wiele pakietów doładowywanych dynamicznie w czasie wykonania kodu aplikacji.
The best way to introduce code-splitting into your app is through the dynamic import() syntax.
Najlepszym sposobem na wprowadzenie podziału kodu do twojej aplikacji jest użycie dynamicznego wariantu funkcji import().
If you want to do code-splitting in a server rendered app, we recommend Loadable Components.
Jeśli chcesz dzielić kod dla aplikacji renderowanej na serwerze, sugerujemy skorzystać z pakietu Loadable Components.
Other results
The best practice is to place<Suspense>where you want to see a loading indicator, but to use lazy() wherever you want to do code splitting.
Dobrą praktyką jest umieszczanie<Suspense>w miejscu, w którym powinien pojawić się wskaźnik ładowania, natomiast lazy() w miejscu, w którym chcesz rozdzielić kod.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "code-splitting" in English