Echo JS 0.11.0

<~>

shadowtime2000 comments

shadowtime2000 1425 days ago. link 2 points
As much as I love people spreading the news of Aleph, this article isn't that good. 2 - 3 blocks of text are just copied and pasted from our website.
shadowtime2000 1435 days ago. link 3 points
Yeah, I miss more "standard" syntax like JSX. With SFC frameworks you have to learn the specific syntax for that framework while with JSX frameworks it's basically one standardized syntax spec used in different ways.
shadowtime2000 1463 days ago. link 2 points
tinyhttp is a really cool project... I don't know much about servers but I really want to try it out with something. Too bad someone from coodingdessign.com copy and pasted your article announcing 1.0 of tinyhttp.
shadowtime2000 1463 days ago. link 1 point
> This will be doubly so in most ad networks, if you happen to be targeting that context.

Sorry, I don't understand what you mean by this. Can you clarify or something?
shadowtime2000 1480 days ago. link 0 point
Well, it is possible that someone isn't using an IDE but they still want to type check it. Then they could run `tsc --noEmit` and it would be type checked.
shadowtime2000 1480 days ago. link 1 point
The article was about using JSDoc + TS, I know JSDoc can be used without TS. This was mainly just for static type checking with JSDoc and TS.
shadowtime2000 1508 days ago. link 1 point
This really doesn't make much sense. React is a library. Next.js is a framework enhancing the usage of React. You can't really compare them.