Weekly Vue.js News - #27
Hi 👋
Last week I investigated which tool I use to rewrite my portfolio page in Vue. Currently it is written in React using Gatsby.
I decided to wait until Nuxt 3 is production ready and will give it a try.
Additionally, I'm currently rewriting my Daily Standup Picker with Vue 3 and Pinia (currently written in Angular).
Have a great week ☀️
Vue
Vue Tip: Display Raw HTML — mokkapps.de
The double mustaches interprets the data as plain text, not HTML. In order to output real HTML, you will need to use the v-html directive.
Vue 3 Composition API ? Nah, thanks. — the-one.hashnode.dev
This article proposes downsides of using the composition API and explains why the options API feels better with Vue 3.
Recommended Articles
How not to learn TypeScript — fettblog.eu
👉 Mistake 1: Ignore JavaScript
👉 Mistake 2: Annotate everything
👉 Mistake 3: Mistake types for values
👉 Mistake 4: Going all-in in the beginning
👉 Mistake 5: Learn the wrong TypeScript
What's in a Good Error Message?
👉 Context: What led to the error? What was the code trying to do when it failed?
👉 The error itself: What exactly failed?
👉 Mitigation: What needs to be done in order to overcome the error?
Quote of the week

Tools & Misc
The State of JavaScript Survey — stateofjs.com
"By collecting data from thousands of developers, the annual State of JavaScript survey is able to identify current and upcoming trends in the ecosystem."