A package for cookies in react This package is a simple react hook for cookies. It allows you to get and set cookies in your react application. How to use: npm install cookies-react import useCookie from 'cookies-react'; const cookie = useCookie('myCookie');