Hey how are you ! Welcome here my name is Code Oz and I will share with you some tips on VueJs (I have 2.5 years experience with this framework)
...
For further actions, you may consider blocking this person and/or reporting abuse
Nice article. I wrote a similar one last year -> 8 secrets vue devs must know.
The truth is that I have other "secrets" to share. I hope I can find the time so I can publish a new article soon.
Thanks ! I will check this soon :D
Begin vue js 5 days ! perfect timing !
Nice tips !
From my point of view as a Vue developer with 4 years of experience I have two advices:
Thanks for this tips! I just don’t really understand the validator usage, but i going to make some search! ;)
Thanks Charlene ! Validator is usefull since you can check if you props is 'validate' for exemple if a child component accept only the following string => 'one' or 'two' as props value, the validator will inform you that your props have an issue if you pass another value (for exemple: 'four').
You can also use validator for type checking (if you pass a number, vue will inform you that you have an issue in your code)
For more information : vuejs.org/v2/guide/components-prop...
Thanks for this useful l’explication ;) I going to use it in my next project followings your advices ;)
Nice and Clear
Thanks Christopher !
Thank you @codeozz .
thanks tony !
Thanks
Thanks sheelss
Wow this is amazing, I didnt know about the first two and I've bee working with Vue for a couple of years now.
Happy to see your comment ;D