endol007.log
endol007.log
profile
원동환
Mojittoba
글시리즈소개
태그 목록
  • 전체보기(17)
  • React(3)
  • react hook(2)
  • nextjs(2)
  • Props(2)
  • pwa(1)
  • apply(1)
  • call(1)
  • server side rendering(1)
  • virtual DOM(1)
  • front end(1)
  • component(1)
  • session/cookie(1)
  • OOP(1)
  • redux thunk(1)
  • redux saga(1)
  • bind(1)
  • Function Programming(1)
  • DP(1)
  • 알고리즘(1)
  • reselect(1)
  • Service Worker(1)
  • JWT(1)
  • BFS(1)
  • State(1)
  • this(1)
  • DOM(1)
  • postcss(1)
  • SSR(1)
  • tailwindCSS(1)
  • lazy-suspense(1)
  • spa(1)
  • code splitting(1)
  • JSX(1)
  • vanillajs(1)
  • DFS(1)
  • web-components(1)
  • dynamic programming(1)
  • redux(1)
전체보기 (17)React(3)react hook(2)nextjs(2)Props(2)pwa(1)apply(1)call(1)server side rendering(1)virtual DOM(1)front end(1)component(1)session/cookie(1)OOP(1)redux thunk(1)redux saga(1)bind(1)Function Programming(1)DP(1)알고리즘(1)reselect(1)Service Worker(1)JWT(1)BFS(1)State(1)this(1)DOM(1)postcss(1)SSR(1)tailwindCSS(1)lazy-suspense(1)spa(1)code splitting(1)JSX(1)vanillajs(1)DFS(1)web-components(1)dynamic programming(1)redux(1)

코드분할(Code-splitting)

자바스크립트로 어플리케이션을 개발하게 되면 기본적으로 하나의 파일에 모든로직이 들어가서 용량이 커지고 속도가 느려지는 문제가 생기는데이를 방지하기 위해 코드를 따로 분리 시키고 비동기적으로 필요할때 불러와서 사용할수 있게 하는 것이다.리액트에서는 lazy-suspens

code splittinglazy-suspense
2021년 9월 4일
·
0개의 댓글
·
0