Echo JS 0.11.0

<~>

tracker1 2773 days ago. link 1 point
Nice multi-level router... one nit, don't see redux integration, or event handling in the linked page, will have to look into it.  Although redux isn't the only backing solution for react, at this point it's the defacto default.
rwhitmire 2773 days ago. link 1 point
Thanks for the feedback. As a Redux user myself, I've thought about at least exposing hooks to enable Redux support. As for event handling, we already have componentDidMount and componentWillUnmount.

If Redux support is something you feel strongly about, feel free to open an issue on GitHub. I am leaning toward implementing something as I do feel having route information available in a global store could be valuable.