Skip to content

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

Notifications You must be signed in to change notification settings

arxpw/Vue-Provide-Inject

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published