Today I Learned - Rocky Kev

Tagged “frameworks”

  1. TIL about Micro-frontends

    Micro frontends are a new pattern where web application UIs (front ends) are composed from semi-independent fragments that can be built by different teams using different technologies.

  2. TIL about Partial Hydration

    Partial rehydration is an extension of the idea of progressive rehydration where individual pieces of a server-rendered application are 'booted up' over time. This contrasts with the approach of initializing the entire application at once.

  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.

  4. TIL Bootstrap 5 removing jQuery will reduce about 83kb of loading time

    Bootstrap 5-alpha1 has been officially launched dropping jQuery as a dependency and also removing browser support for Internet Explorer 10 and 11.

See all tags.