Introduction

10 lessons

Get access to the complete guide to developing and deploying fast, production-ready Pinia apps.
Buy License
6. Dependency injection with `inject` and `provide`

In this lesson, we will learn how to use provide() and inject() in Vue.js to avoid prop drilling and make our store compatible with server-side rendering (SSR). This will allow us to finish our store implementation and make it (almost!) production-ready.

Eduardo

Eduardo San Martin Morote

5

Debugging stores with the Devtools

1 lessons