Trang web đầu tiên sử dụng react

Trang web đầu tiên sử dụng react

Tags
Published

Đâu tiên khi bắt đầu t sẽ tạo một con node server.

Nếu các bạn không hiểu thì có thể xem lại bài sau:

https://ndata.2k1.org/trang-web-dau-tien-voi-nodejs/964/2020/

notion image
Tiếp theo chúng ta sẽ code giao diện bằng react
notion image
Các thư viện có thể xem ở trang chủ của react, và babel core
<!--Nếu bạn muốn dùng CDN--> <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script> <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script> <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
notion image
notion image