Store and retrieve values from LocalStorage

Share this video with your friends

Send Tweet

When building web applications, we often need to interact with Browser APIs such as LocalStorage. When working with Redux Observable, we should always consider the Epic as the first place to access these as it keeps the logic away from our components. In this lesson we’ll store some configuration in LocalStorage and then retrieve it following a page reload