web

๋น ๋ฅธ ๋กœ๋”ฉ์„ ์œ„ํ•œ PRPL ํŒจํ„ด

[Apply instant loading with the PRPL pattern](https://web.dev/apply-instant-loading-with-prpl/)์„ ๋ฒˆ์—ญํ•œ ๊ธ€์ž…๋‹ˆ๋‹ค. PRPL์€ ์›น ํŽ˜์ด์ง€๋ฅผ ๋กœ๋“œํ•˜๊ณ  ์ธํ„ฐ๋ž™ํ‹ฐ๋ธŒ ํ•  ์ˆ˜ ์žˆ๊ฒŒ ๊ธˆ ๋”์šฑ ๋น ๋ฅด๊ฒŒ ๋งŒ๋“œ๋Š” ํŒจํ„ด์„ ์„ค๋ช…ํ•˜๋Š” ์•ฝ์–ด๋‹ค. ## ์š”์•ฝ - ์ค‘์š”ํ•œ ๋ฆฌ์†Œ์Šค๋ฅผ ๋ฏธ๋ฆฌ ๋กœ๋“œํ•ด๋ผ (Push (...

Read

์ฃผ์š” ๋ Œ๋”๋ง ๊ฒฝ๋กœ - ๋ธŒ๋ผ์šฐ์ €์˜ ์›๋ฆฌ๋ฅผ ์ดํ•ดํ•˜๊ณ  ์ตœ์ ํ™” ํ•˜๊ธฐ

[Critical Rendering Path](https://developers.google.com/web/fundamentals/performance/critical-rendering-path?hl=ko)๋ฅผ ์š”์•ฝํ–ˆ์Šต๋‹ˆ๋‹ค. ์ด๊ธ€์„ ๋ณด๋Š”๊ฒŒ ๋” ๋‚˜์•„์š” ์‚ฌ์‹ค ```toc tight: true, from-heading: 2 to-heading: 3 ``` ์„ฑ...

Read
javascript web

์™œ CommonJS๋Š” ๋ฒˆ๋“ค์‚ฌ์ด์ฆˆ๋ฅผ ํฌ๊ฒŒ ํ•˜๋Š”๊ฐ€?

[How CommonJS is making your bundles larger](https://web.dev/commonjs-larger-bundles/) ๋ฅผ ๋ฒˆ์—ญ & ์š”์•ฝํ•œ ๊ธ€์ž…๋‹ˆ๋‹ค. ```toc tight: true, from-heading: 2 to-heading: 3 ``` **์š”์•ฝ: ์›น ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ํ™•์‹คํ•˜๊ฒŒ ์ตœ์ ํ™”ํ•ด์„œ ๋ฒˆ๋“ค๋งํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š”, C...

Read

ํ”„๋ก ํŠธ์—”๋“œ ๊ฐœ๋ฐœ์ž๊ฐ€ ์•Œ์•„์•ผ ํ•˜๋Š” Angular์™€ React์˜ Change Detection

[What every front-end developer should know about change detection in Angular and React](https://indepth.dev/what-every-front-end-developer-should-know-about-change-detection-in-angular-and-react/)๋ฅผ ๋ฒˆ...

Read
javascript web

ํ”„๋ก ํŠธ์—”๋“œ ์‚ฌ์ด์ฆˆ ์ค„์ด๊ธฐ

[์ด ๊ธ€](https://developers.google.com/web/fundamentals/performance/webpack/decrease-frontend-size)์„ ๋Œ€์ถฉ ๋ฒˆ์—ญํ–ˆ์Šต๋‹ˆ๋‹ค. ```toc tight: true, from-heading: 2 to-heading: 4 ``` ## webpack 4๋ฒ„์ „ ์ด์ƒ์˜ ๊ฒฝ์šฐ ํ”„๋กœ๋•์…˜ ๋ชจ๋“œ๋ฅผ ์‚ฌ์šฉํ•˜...

Read