Twitter
Blog
Notes
News
Images
Videos
Signup
Login
English
English
中文
dreamable
/
WebNotes
/
5
Table:
WebNotes
User:
dreamable
Created at: 2021-03-05 11:45:34 UTC
Updated at: 2021-03-05 11:45:34 UTC
Reference:(Table ID 25, Record ID 5)
标题 :
JS import vs require
笔记 :
guide
require is for CommonJS (node.js way to load modules)
import is for ES6. But not supported via CommonJS by browsers
Tag: