Echo JS 0.11.0

<~>
tracker1 1443 days ago. link 2 points
It's a bit opinionated.  No test setup anywhere in sight.  Redux Saga chosen over say thunks.  As mentioned no Saga examples.  Organized by type, not feature.

Really doesn't add much over create-react-app imo.

Replies

sachie-a 1441 days ago. link 2 points
Thanks for commenting. I've made some changes based on your input. I've removed the saga setup since it's based on preference like you said, and also added a test setup, examples and scripts for coverage & CI.
I'm hoping to reduce the effort we usually spend after CRA generation.