Echo JS 0.11.0

<~>

diegohaz 1810 days ago. link 1 point
Hi guys. A year ago I left my job to dedicate myself to this open source project. Now I'm finally releasing its v1.

This is the best project I've ever done in my 17 years of programming. I'm sure it'll help companies ship accessible web apps with ease.

Feedbacks are welcome.
tracker1 1810 days ago. link 1 point
Good luck, nice to see more efforts in this area... would suggest working towards implementing the features in the material-ui and bootstrap projects at the very least.

Suggestion: If you aren't already, when you render if there are missing ARIA properties, writing to console.warn.  I wish more projects did this as a matter of course.  Wrappers for common img (Image), svg (SvgImage) and similar would also be recommended so the error messages can be outputted as well.

Aside: didn't have time to dig into the source, I have with material-ui and like their approach a lot.  There have been a handful of gotchas wrt accessibility there, but overall not so bad.