meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ixc2024:tech:wfrontend:criteria:react [2024/05/22 15:50] rubenhuygensixc2024:tech:wfrontend:criteria:react [2024/05/22 15:50] (current) rubenhuygens
Line 12: Line 12:
    const LazyComponent = lazy(() => import('./LazyComponent'));    const LazyComponent = lazy(() => import('./LazyComponent'));
  
-* Code Minification and Compression: By minifying and compressing JavaScript and CSS files, developers can significantly reduce their size, resulting in faster loading times and reduced bandwidth consumption.+  * Code Minification and Compression: By minifying and compressing JavaScript and CSS files, developers can significantly reduce their size, resulting in faster loading times and reduced bandwidth consumption.
  
          React.memo, useMemo, useCallback          React.memo, useMemo, useCallback