6.10 What's next

That was all about import and ops work in Deno. This has been the most important chapter of this book. This is where we've learned how everything falls into place, even slightly complex concepts.


In the next chapter, we'll check the internals of two built-in storage that comes with Deno:

  • Local storage, and

  • Session storage

The next chapter dives into the internal workings of two built-in Deno storage options: local storage and session storage. Familiar to frontend developers, these browser storage mechanisms are readily available within Deno and offer powerful data persistence capabilities.

Last updated