This week is the Vue.js Amsterdam conference, and it will be my first time participating. I'm excited to hear great talks and meet people from the community.
👉🏻 This blog post, unravels the intricacies of Vue 3 lifecycle hooks, accompanied by a real-time example that will shed light on their practical application.
👉🏻 By demonstrating a component with search capability, Maya Shavin will walkthrough a step-by-step guide on how to test a component with the preview Playwright's component testing feature.
👉🏻 In this example-driven talk, Eduardo discusses some of the bad practices he has seen in Pinia as well as the good ones that should have been used instead.
🔥 Vue Tip: Don't Use Reactive Object for Template Refs
Template Refs are a way to access elements in the DOM from within a Vue component. As the name suggests, you should use a refref to access the element in the template.
The watcher will log nullnull when the component is first instantiated, but when the component is mounted and the input is created, it will not trigger again. This happens because the input object becomes a new object which breaks reactivity if we use reactivereactive. Read Ref vs. Reactive: What to Choose Using Vue 3 Composition API? to learn more about this topic.
If we use refref instead, it will work as expected because only a refref can be reassigned in this way.
👉🏻 Interaction to Next Paint (INP), which is a holistic approach at measuring responsiveness, will officially become a Core Web Vital on March 12, 2024, replacing First Input Delay (FID).
How's it going? I was planning to release the update for Reusable Components yesterday, but things haven't gone as planned. Instead, I will be launching it next week. I need a just a bit more time to make sure that the quality is up to my standards. As I've been updating the course and re-writing all the content and step-by-step refactorings, I've also been able to simplify a few things. It's just like refactoring a piece of code, and it's one of the greatest feelings. I also looked at how much content is in there, and it looks like it will be similar to the Clean Components Toolkit. Lots of great content on how to write highly reusable components, simplified and updated — I can't wait to release the update next week! Oh, and one more thing: I'm doing a podcast with Alex Lichter ! It's called Deja Vue and we'll be releasing the first ...
Monday, November 20, 2023 I'd pay $10K up front # Matt Mullenweg : "Sales of the 100-year plan so far: 0. Hundreds of people filled out the form, though. I think we really messed something up in the follow-up, including not making it self-serve to start. Will review and try again. It's an important promise to us." # I'm very much a customer for this service. It would be worth $10K for to buy 100 years of persistence for my web writing. A simple easy to understand service that helps get the process started. # I transfer scripting.com to Automattic as registrar. # I upload the contents from S3 to Automattic server. Static files, HTML, feeds, images, code. # Automattic provides an API to keep the files updated and so I can add to them as long as I'm still writing. # The files are publicly accessible over HTTP. # Automattic agrees to renew the domain for 100 years, and manage access to the files, with reasona...
评论
发表评论