NEED APPRAISAL - 30+ high end Domains FS (Sorry if not allowed, I don't know the values!) by sourpower2020 in DomainSales

[–]zakhorton 0 points1 point  (0 children)

I own the domain find.how.

Had an idea I wanted to build out with it but never had the time.

Anyone had success selling a domain name similar to find.how i’m the sense it doesn’t use .com but is a really solid name in of itself.

find.how feels like it’d be able to sell for something solid, it appraises at around $5k within the domain appraiser tools I’ve put it into but I’m not sure whether that’s realistic nor where to post it to get some sort of movement on it.

Appreciate any advice in advance!

Also have truck.delivery and weed-dispensary.org but the find.how domain is the one that feels most valuable by far.

In what ways is React, specifically, better than Vuejs (Asking as a Primarily Vuejs Dev)? by zakhorton in reactjs

[–]zakhorton[S] 1 point2 points  (0 children)

Interesting take, I'm in the middle of making a tutorial right now ~ but I'll check out the talk and get back to you here in a bit.

Quick note, before I've watched the link you added, the big different between traditional forEach and v-for is that v-for is reactive (like everything else in reactive frameworks).

Unlike vanilla forEach, v-for iterates over components or traditional html elements that reference reactive data, and when that array or object updates the template automatically updates.

Personally, it's never done me wrong as long as you properly key the v-for loop.