Echo JS 0.11.0

<~>

tracker1 comments

tracker1 998 days ago. link 1 point
Note: doesn't include setup/use or configuration for the backend itself.
tracker1 1006 days ago. link 1 point
Odds are the site you are linking to have been blacklisted for frequent off-topic, against posting guidelines or low quality submissions.

Looking at your account posting history, about half the posts you have made have been deleted.
tracker1 1010 days ago. link 1 point
Definitely interesting.  As much as I prefer PostgreSQL, support for MS-SQL and Oracle are probably must-haves for many, many environments... that and/or API adapters of some sort.
tracker1 1010 days ago. link 1 point
Between Vite, Parcel and others this space is getting a little crowded.  TBH, rome.tools and esbuild progress have me much more excited than anything in the webpack sphere at this point.
tracker1 1011 days ago. link 1 point
Markup, rendering, appearance and behavior of a component is not multiple concerns, it's multiple languages/techniques.
tracker1 1031 days ago. link 1 point
Not a knock on the application... Really cool to see regular bare JS... but would be nice if more of these applications used ESM (modules) as pretty much all modern browsers have supported this for a while.
tracker1 1044 days ago. link 1 point
UUID/GUID has a single advantage... a unique structure that makes it easy to search a codebase for that pattern.  Recently had to clear out secrets from a codebase, and will say that the common use of UUIDs was really helpful here.
[more]