Code Splitting in React

preview_player
Показать описание
In this video, I discuss code splitting in React.

Links from video:

----
Video Suggestions:

----
Follow Me Online Here:

----
#benawad

----
#benawad
Рекомендации по теме
Комментарии
Автор

thanks, ben... I am learning so much from your videos Should have followed your videos rather than paying for a coding bootcamp

mxin
Автор

Thanks for this video. Seems like this could also be used to secure access to parts of your codebase using protected routes with a call to a backend authentication system.

robertshawnmitchell
Автор

Though I would argue against doing it for the libraries, because Webpack already does it for you in one plugin, which wouldn't require you to put Loadable everywhere, though I am quite intrigued for using it with Components, if you remember my template I showed which I bundle all facets of a Component into it's own local environment so it might be really nice for those situations.

devilmanscott
Автор

Is this way perfect to be used these days? Or go with React Lazy?

mhamadyahya
Автор

Hey Ben, can you do (have you done?) a video on prefetch/image caching in React Native to display images offline?

maxiequa
Автор

can you do comparison on React navigation vs React native navigation

Viruhemanth
Автор

Parcel 1.6 does all this and more too. Check the latest version i.e 1.6 which works with zero configuration.

sumantkanala