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.
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.