Last week, I added a new tips section to my portfolio website and continued working on my new blog post about Vue 3 + Storybook. It will be released next week.
π₯ My portfolio website got a new section: Tips!
ππ» In this section I share (especially Vue.js) tips that are too short for a dedicated blog post ππ» Look at these beautiful code snippets powered by PrismJS & MDX π
π Tips and Gotchas for Using key with v-for in Vue.js 3
ππ» The purpose of the key attribute is to give a hint for Vue's virtual DOM algorithm when diffing the new list of nodes against the old list. ππ» Learn how to avoid misusing it.
ππ» A frontend component that lets you put a fully-featured terminal in your web app ππ» It's used by VSCode (and a bunch of other tools you probably use).