👉🏻 An icon explorer with instant search for 100+ icon sets.
👉🏻 The app is powered by Iconify and built in Vue.
🔥 Vue Tip: Mutate Your State Inside of the Provider Using Provide and Inject
Provide / Inject is a powerful feature in Vue that allows you to pass data down to all of your child components without having to pass it down through props. This is especially useful when you have deeply nested components that need access to the same data.
When using reactive provide/inject values, it is recommended to keep any mutations to reactive state inside of the provider whenever possible.
The child component can access the count state as a read-only value and call the incrementCountincrementCount method to increment the count state. This allows you to encapsulate the logic for mutating the state inside of the provider component and provide a clean interface to the child components.
👉🏻 Figma recently migrated its custom Skew programming language to TypeScript, a move made possible by improved browser support for WebAssembly and internal optimizations.
👉🏻 Frontend developers should know some basic latency numbers as web page load times and user action responsiveness online are often influenced by network latency.
Sunday, January 5, 2025 Update: Bluesky images work again and thus the Great Art on Bluesky channel is back. If you're on Bluesky please subscribe. # The crazy thing about Bluesky's API is they took already standardized things like links and enclosures, and after 20+ years came up with new definitions. Makes our apps more expensive to maintain, and we waste time and human wear and tear on stupid bullshit make-work. Developers are people, and our work is already horribly overly complex, we're working at the edge of comprehension, and what the fukc let's throw some more unnecessary complication into the mix. Arrogance, narcissism, whatever the source is, it's not a good way to introduce yourself. And, even better, after you go through the maze they break it, with an error message about legacy blob bullshit. They've already done this, and they're just getting started. It's why I say they should just adapt to RSS instead of trying to forc...
评论
发表评论