// Redux store location: { type: "STUDY", prevPath: { type: "CARD" } ... }
scenes = { STUDY: <STUDY /> } render() { return ( {this.scenes[location.type]} ) }
<Link to={{ type: "STUDY" }} ... >Study</Link>