Cookies in Remix

  1. Create a simple cookie with Remix
  2. 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.