Love this session in remix
In this article, we will use session in Remix to build a login feature. The user now can log in and redirect to the home page. Let’s go forward! coding logic Before moving on coding step, we need to create the coding logic: Create a login route. Create a session util. Add action function in remix to login. Add loader function to check whether the user login or not. Create a login route First of all, we need to create a login route in Remix....