Echo JS 0.11.0

<~>

tracker1 comments

tracker1 2519 days ago. link 2 points
Double karma back was kind of my idea... mostly because if you downvote and it's deleted you are rewarded for effectively reporting.  Considering the downvote cost, and that karma doesn't come up very fast on here.
tracker1 2522 days ago. link 1 point
Bad practice...

    onClick = myfunction();

Should bind an event handler to the button.  Also, should have the index.js after the CDN resources that index relies on.

Not sure of the advantage of loading bootstrap for the really limited use here.
tracker1 2522 days ago. link 1 point
We're pretty close to a point where you may not need preset-env any longer.  Most common browsers now support all the features you will probably want.  I cut off for internal apps at async function support.  That said, there's a lot there already.
tracker1 2525 days ago. link 1 point
This stuff is really cool... I do hope a lot of the tooling gets better for this though.  I also can't help but remember VRML when I see the lower poly WebGL demos.
tracker1 2526 days ago. link 1 point
May as well have integrated JSON3 or another more forgiving parser.
tracker1 2527 days ago. link 1 point
Very similar, but a little easier to use the Dokku option and setup the Let's Encrypt plugin with that... then drop a dockerfile in your project root to build/run your app in a container... add a git remote then `git push remote` to deploy.
tracker1 2527 days ago. link 2 points
This has been posted before, is this a new version?
tracker1 2528 days ago. link 2 points
MIT license, decent payload size, for a charts library.
tracker1 2528 days ago. link 1 point
It's often a good idea to split your Admin management and your User's Profile/Security management for a number of reasons.

Aside: Looks like this is MIT licensed software, for those interested.
tracker1 2529 days ago. link 1 point
Cool, hadn't followed a lot of css3+ support, including custom properties (variables)... I don't care for the separation of the SCSS source files and the components themselves though, to me this is a bit of an anti-pattern.  Also, will mean that the  entire CSS is loaded instead of just those components used.  Use of rollup and scss directly is probably better off in the end though.

Seems a bit cleaner than the React bootstrap wrappers, and at a glance about as complete. MIT license.

Pretty decent overall, will want to keep this in mind for future projects.  I still *really* like Material UI, but this is definitely a lighter/simpler library.
[more]