Cookies in Remix
- Create a simple cookie with Remix
- Store data in a cookie with sessions and Remix
Cookies are a way for us to share data between the client and server. In this series we look at a collection of common use cases for cookies, and how to implement them in a Remix application.