CJS

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Aug 21 2:47
Editor
Edited
Edited
2022 Jan 24 15:37
Refs
Refs

CommonJS

Kevin Dangoor가 조직한 그룹
require, module.export 방식
node 진영 공식 모듈 방식
 
 
  • CJS imports module synchronously
  • it will give you a copy of the imported object
  • CJS will not work in the browser
  • It will have to be transpiled and bundled
 
 

Recommendations