11

Modules and Secrets

While routing is certainly important to SvelteKit, there is far more to it than just that. Throughout this book, we’ve utilized multiple different SvelteKit modules. For instance, we’ve imported bindings from $app/forms, $app/environment, and $app/stores, to name a few. But we have yet to explore what these modules are or how they work. In this chapter, we’ll give a brief overview of some of the modules we’ve seen previously as well as some we have not yet seen. We’ll also cover some of the modules used for managing secrets and when to use which ones.

In this chapter, we’ll examine the following:

  • SvelteKit Module Summaries
  • Keeping Secrets Safe

Having covered various modules, as well as examining our previous example ...

Get SvelteKit Up and Running now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.