Lessons: 13Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.1 Abstracting the Storage Layer

Since we want our library to be usable on both the server and the browser, we need to have a storage layer that will work on both sides. We'll build a layer that will look at the environment and create an internal API that we can use.