This is the type of content I pay my internet bill for. The whole talk was insightful, the presentation hooked me till the end. Thank you for sharing such valuable information, Kunal. 🙌
This only works if your backend developer understands what you are trying to do, or if you're using GraphQL. Otherwise, they'll make an API that only calls what is specifically needed on those pages as they reference design files. This is all fun and good, but not necessary feasible in many companies / work structures.
dear reader, I am looking for vue architecture videos that you have found helpful such as this if have stumbled upon one please tag me in the comment or reply to this comment with the link
This is probably the only video that explains Vue modular architecture. It would have been great if it had git repo or code samples. Please make one
Now we have another one: th-cam.com/video/iuyzO2QkY7A/w-d-xo.html
Unfortunately it doesn't go far enough. You can go way, way further in modularing your vue apps by having them as separate apps completely.
This is literally gold for me right now. Thank you very much.
Most direct, and practical session on modular architecture with vue
This is the type of content I pay my internet bill for. The whole talk was insightful, the presentation hooked me till the end. Thank you for sharing such valuable information, Kunal. 🙌
Great material, big fan of this pattern abd only recently started adding a wrapper component for each module.
It just makes sense. Thanks for sharing.
This only works if your backend developer understands what you are trying to do, or if you're using GraphQL. Otherwise, they'll make an API that only calls what is specifically needed on those pages as they reference design files. This is all fun and good, but not necessary feasible in many companies / work structures.
great approach 👏👏👏
What if I need some component from another module?
I think then you need 3 modules
Such good talk and practical too. 👍
please provide a skeleton of app using modular approach if possible
Such a good video mate, it was so useful to decide what kind of architecture I'm gonna use, do you have a repo as example with code?
Did you manage to find an example?
Is the demo source code available publicly? what is the git repo URL?
Could you share the git codebase
subtitles please :)
dear reader, I am looking for vue architecture videos that you have found helpful such as this if have stumbled upon one please tag me in the comment or reply to this comment with the link
Here you are: th-cam.com/video/iuyzO2QkY7A/w-d-xo.html
@@marinakaryukova6231 Thank you very much
Awesome, thanks man
Very good !
const phrase = 'Only and only if'
phrase.slice(5)
const correctPhrase = 'if ' + phrase
console.log('result ' + correctPhrase)
result: 'If and only if'
Anglur way
not bad not good