flummox

React - Authentication process : Cannot dispatch in the middle of a dispatch

安稳与你 提交于 2019-12-12 12:22:59
问题 I have started to play with react via flummox, react-bootstrap and react-router. I am trying to create a basic isomorphic CMS out of it for my websites. Context : In terms of authentication, each user has a list of capabilities and each component uses a method of my authentication store "can" to be displayed or not, etc... I have a user navbar on top, visible on every page handled by reat-router, with a signin/out button that basically displays on click a Modal with a signin form if the user