Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1756 days ago. link 2 points
Thanks for the reply... usually get a little Leary with these types of post as they're usually thinly veiled sales channels for commercial services.

I usually dig a bit deeper, guess if I'd just hit the "getting started" guide, it would be pretty self evident how it works.

Looks interresting.
tracker1 1757 days ago. link 1 point
Cool, though the GPL license kind of makes it a non-starter for most web projects.
tracker1 1757 days ago. link 1 point
I hate these kinds of posts...

I started with "Asynchronous Functions" the answer is muddied by the fact that JavaScript since 2017 has had an "async" keyword that applies to functions, which is interpreted as meaning said function returns a Promise, and supports an await  keyword and possibly for-await syntax internally (2019 iirc).

I often will go through these things one by one reporting the issues with each of them, I'm not going to this time.  Letting it stand, but when reading this, take it with a grain of salt, these types of writeups are often outright wrong to mis-informed to incomplete to say the least.

These types of questions should *NEVER* be asked by those that don't understand the answers.  They are not appropriate for pre-screening applicants by people such as HR, recruiters or managers.
tracker1 1757 days ago. link 1 point
Not seeing information on pricing regarding webtiny's hosted CDN... didn't dig into self-hosting.
[comment deleted]
tracker1 1763 days ago. link 1 point
IIRC, JSS (as used in Material-UI) already uses the approach mentioned in TFA.
tracker1 1767 days ago. link 1 point
Requires PubNub account, which doesn't disclose pricing...
tracker1 1767 days ago. link 1 point
At this point, as useful as decorators are, it's best to just stick to TypeScript if you want to use decorator patterns for now.
[more]