React state matching router component
A simple Router component that renders the given children based on the status you pass-in.
install
npm i react-state-match-router
Example
<StateRouter state="loading" fallback=<NotFound />> <Loading match="loading" /> <List match="success" /> <Sidebar match="success" /></StateRouter>