Weekly Vue.js News - #40 - Transition on appear
Hi ๐
This week you will learn how to apply a transition to a Vue component on it's initial render.
Additionally, I got my first viral tweet on Twitter & Linked that reached more than 15k people ๐ฎ
If you enjoyed this issue, show your support by sharing this newsletter with other people. Thanks!
Have a great week โ๏ธ
Vue: Tip of the week
Vue
๐น Are You Following This Vue Best Practice? — www.youtube.com
Prop stability can eliminate unnecessary updates to improve the performance of Vue applications.
Speed up your Vue app: The most unexpected and perhaps silliest way ๐คช — dev.to
Pascals shows a surprising approach to speeding up a Vue app by replacing v-model.
Web Development Articles & Tweets
Alex suggests that testing code should
๐ Document what the code should do.
๐ Assert that it does it. Itโs common to find tests that do the 2nd but neglect the 1st.
TypeScript: Understanding โkeyof typeofโ
A brief explanation of how the keyword combination keyof typeof works..
Quote of the week

Tools & Misc
SVG Gobbler — www.svggobbler.com
A browser extension that finds the vector content on the page you're viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.