Set Timeout cho Fetch Api

Nguyen The Toan
Answered Oct 2nd, 2018 7:55 a.m.
em dùng axios có hỗ trợ option cho em set timeout nhé https://github.com/axios/axios
+4
Hỏi cách import file trong React

Nguyen The Toan
Answered Jul 4th, 2018 5:49 a.m.
Hai dòng đầu tiên là import các class : React và ReactDOM từ 2 file: react và react-dom
=> bạn hiểu sai rồi, ở đây bạn đang import 2 module là React và ReactDOM đã được export từ package 'react' và 'react-dom'. Bạn xem thêm es6 import/export ở đây: https://viblo.asia/p/nhung-vi-du-don-gian-su-dung-es6-modules-roavrwwbGRM .
tại sao trước tên các file lại có thêm ./ mặc dù 2 file này nằm cùng cấp với file index.js
bất kì hệ thống nào, ./
có nghĩa là thư mục làm việc hiện tại, khi compile code, compiler sẽ tìm file ở thư mục hiện tại đó mà thôi. Nếu không có ./
thì compiler sẽ tìm file ở root directory
+2
Technical skills
Organizations
Have no organizations yet.