Tagged “frameworks”
-
TIL about Micro-frontends frameworks javascript webdev
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.
-
TIL about Partial Hydration javascript frameworks ssr
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.
-
TIL using code-splitting to improve your First Contentful Paint (FCP) score javascript seo esmodules webpack vue react frameworks
Code splitting is a technique where you send only the necessary modules to the user in the beginning.
-
TIL Bootstrap 5 removing jQuery will reduce about 83kb of loading time frameworks css
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.