/Vue-Provide-Inject

Quickly demonstrate the pitfalls of prop-drilling in Vue, and how we can use Provide + Inject

Primary LanguageVue

vue-provide-inject

A project to quickly demonstrate the pitfalls of prop-drilling in VueJS and how we can use Provide and Inject to achieve the same results, in a clean and best-practice manner.

Read more on the following VueDose article: https://vuedose.tips/the-new-provide-inject-in-vue-3

image

Project setup

yarn install
yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.