Check out a free preview of the full Building Web Apps (with React, Ampersand, ES6 and Webpack) course:
The "Persisting the Login" Lesson is part of the full, Building Web Apps (with React, Ampersand, ES6 and Webpack) course featured in this preview video. Here's what you'd learn in this lesson:
Henrik creates a Model in the application for storing user data. One item needing to be stored is the authentication token. He will be using the LocalStorage api to persistent the data and create session-like functionality.