Cai dat moi truong react
Cài đặt react router: npm install react-router-dom
Installing ReactJS using webpack and babel
https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm
Cách nhanh nhất: npm init react-app my-app Link: https://facebook.github.io/create-react-app/docs/getting-started
Cách tạo react nhanh nhất tạo global rồi sử dụng lệnh create-react-app my-app
Đã cài đặt thành công theo 6 bước sau:
create-react-app my-app 1. npm init
2. npm i react
npm install react react-dom react-scripts --save
4. npm i react-dom
5. npm i react-scripts
6. npm start (Dùng để chạy chương trình)
Sửa lỗi: https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers
PreviousInstalling ReactJS and creating your first application (ok)NextLàm việc với form dùng cái này để thao tác :)))
Last updated
Was this helpful?