Dependencies¶
Sometimes, it's not worth reinventing the wheel, right? For those cases, we use third-party libraries. This place is meant for a general overview of not only what we use (this can be easily found in package.json) but also for some notes. For example why we use that specific library.
- @floating-ui/react - helps us with tooltips
- @hookform/resolvers - used for forms validation
- cookies-next - cookie parser
- embla-carousel-react - lightweight carousel library
- zustand - store management
- react-toastify - solution for displaying toast notifications
- react-loading-skeleton - solution for skeletons
- react-hook-form - solution for forms
- nprogress - show loading state between navigation