How do you do flash messages/alerts correctly with a Redux/React architecture?
tomRedox opened this issue · 1 comments
tomRedox commented
Do we need a currentlyDisplayedMessage in Redux? Or can it be excluded from State?
tomRedox commented
Thinking about this more, the alert messages are triggered by actions, so effectively they are integrated with Redux (because re-running that action will consistently redisplay the message) so this is fine as is.