Client Dependencies
Let’s read through a guide for installing the client-side dependencies.
We'll cover the following...
Client-side dependencies list
Here is a full list of the client-side dependencies and the instructions needed to install them. To understand what the goal of a package is, please refer to the corresponding lesson.
axios
npm install axios
@headlessui/react
npm install @headlessui/react
TailwindCSS
Tailwind CSS is a client-side dependency, but we need to explain its integration with React in detail. That’s because Tailwind CSS needs different ...