Today I Learned - Rocky Kev

Tagged “webpack”

  1. TIL how build tools work

    There's 4 steps. Compiling -> Minifying -> Bundling -> Code-splitting

  2. TIL of a nice ELI5 of code splitting

    Code splitting is the splitting of code into various bundles or components which can then be loaded on demand or in parallel

  3. TIL using code-splitting to improve your First Contentful Paint (FCP) score

    Code splitting is a technique where you send only the necessary modules to the user in the beginning.

See all tags.