Open 8bitzz opened 2 years ago
npm
or yarn
: It helps us to take advantages of all third-party packages, to install and updates them easily.webpack
or parcel
: It helps us to write modular code and bundle it together into small packages to optimize load timebabel
: It helps us to write modern Javascript that older browsers are still able to understand
Reference: Introduction to client-side frameworks
1. Introduction to client-side frameworks