Transferring Less JavaScript with Next Dynamic

5th Dec 2020

Transferring Less JavaScript with Next Dynamic

As your application grows you will want to separate out JavaScript from your main bundle. You will arrive at a point where the majority of the JavaScript you are serving is not being used on any particular page your user is on.

In this video I walk through how you can structure your NextJs application code to dynamically split out JavaScript based on modules.

This series: