Echo JS 0.11.0

<~>
tracker1 1351 days ago. link 2 points
For a fast build experience, consider esbuild + nodemon.  I haven't played with vite specifically, but have with Rollup, and still quite a bit slower than esbuild, if I'm looking for something beyond webpack/rollup or parcel as a wrapper.

The only other complaint(s) I have about this are the typical organized by type, not need/feature/problem and no testing pattern/framework in place.

Replies