Echo JS 0.11.0

<~>

tracker1 2584 days ago. link 1 point
Soem issues with this, just on the Features/tech list...

Mocha/Chai/Supertest... just use Jest, it includes test/assertion/coverage in the box, very flexible and faster than the selected options.  I like mocha a lot, and prefer chai's expect syntax, but Jest just does the work better.

React-media and PostCSS... I'm a big proponent of moving towards react-jss (css in js) for styling, you can use themes, template out, reuse and all in JS, including prefixing.

makefile... really, just use npm tasks already, and if you need scripts, make them in js, use shelljs if needed... Yes, the makefile works, but it's simply alien to the JS/Node environment.