I switched from Netlify to Render to build & deploy my applications because it's a cheaper solution. This newsletter costs ~$70 per month and I usually don't have a paid sponsorships which means it generates $0 in revenue each month.
If you are thinking about starting a newsletter yourself, be aware that it will cost you a lot of time and money and you probably won't make any money from it for a long time.
👉🏻 In this example-driven talk, Eduardo explains some of the bad practices he has seen in Pinia as well as the good ones that should have been used instead.
👉🏻 A collection of Vue composables for creative coding.
👉🏻 VueXYZ doesn't render anything for you.
👉🏻 You may decide to take the data and render it to canvas or SVG, or you might use it to drive animations, or anything else.
🔥 Vue Tip: How I Write Class & Style Bindings
Styling your components in Vue.js can be done in multiple ways. One of the most common ways is to use the classclass attribute, especially if you are using a CSS framework like Tailwind. In combination with v-bindv-bind you can dynamically assign classes to your components. The same goes for the stylestyle attribute, which allows you to apply inline styles to your components.
I prefer the combination of the class attribute in combination with :class:class to apply a list of classes as an array:
The classclass attribute is an array of classes that should always be applied to the element. The classes bound via :class:class are computed properties that are dynamically evaluated and added to the element.
This way, I can easily distinguish between classes that should always be applied and classes that are conditionally applied.
You can also toggle a class inside the list of classes based on a condition:
Weekly Vue News #194 Reactive Time Ago View online Hi 👋 I'm on vacation this week, so no special news from my side — just some fresh Vue & Nuxt content for you! Enjoy this issue and have a lovely week ☀️ Vue 📕 Optimizing heavy operations in Vue with Web Worke...
Weekly Vue News #205 Weekly Vue News #205 - Vue Language Tools 3.0, useSlots, Nuxt Tips & More! View online Hi 👋 I'm back from my vacation and ready to share the latest Vue & Nuxt news with you! Enjoy this issue and have a lovely week ☀️ Vue 📕 What is useSlots in Vue? ...
Saturday, January 11, 2025 Notes on Little Feed Reader, running on Bluesky since Jan 2. # YouTube channels have feeds. Here's the feed for my YouTube channel. And a canonical JSONification of the feed (this is how FeedLand gets the data from any type of feed, RSS, Atom or RDF, the YouTube feed is Atom). I did not know they had feeds, in fact I thought I heard they specifically did not have feeds. I've subscribed to the feed in FeedLand and it seems to work, and also included it in my blogroll category, so it should show up in my blogroll, and possibly in the Little Feed Reader on Bluesky. All of this, and more, was discovered by Andrew Shell . Two suggestions. 1. Include descriptions with the items. 2. Use enclosures for the videos. Atom does enclosures differently from RSS, but it can be made to work, imho. No matter what, thank you YouTube, and it's a great start. # This is what my YouTube channel looks like in my blogroll. # Li...
评论
发表评论