How come inside the component you didn't have to use @click.native? Also how come the first @click doesn't need growl() whereas inside the component you did have parens?
It depends on the project. I tend to use vanillajs for one off things, yo-yo and/or choo for projects that need to be small and lightweight or if I want to start quickly, Vue has been fitting in great for medium size projects or small team projects. Then I'll use Ember for larger projects or big teams. As it's patterns are not as forgiving as the others so the code will still generally be consistent after a big team working on it for years. But each have their own pros and cons, so it really depends on the project and team.
How come inside the component you didn't have to use @click.native? Also how come the first @click doesn't need growl() whereas inside the component you did have parens?
Great video, exactly what I needed!
Do you prefer working with Vue over yo-yo with sheetify?
It depends on the project. I tend to use vanillajs for one off things, yo-yo and/or choo for projects that need to be small and lightweight or if I want to start quickly, Vue has been fitting in great for medium size projects or small team projects. Then I'll use Ember for larger projects or big teams. As it's patterns are not as forgiving as the others so the code will still generally be consistent after a big team working on it for years.
But each have their own pros and cons, so it really depends on the project and team.
Great video, and I like his voice.
This is what I needed, thanks