Hi,
I would like to know what is the best solution to make those fragments communicate with each other ?
If we think to the basic Flux problematic, let says we want that a new message in Chat Fragment display a notification into the Header fragment.
I think I would use a state management like Redux but I don't understand how to setup this with Tailor.
Because each React components are mounted independently, I don't understand how could I nested them into a Redux Provider ?
Thanks for your recommendations 😃
Hi,
I would like to know what is the best solution to make those fragments communicate with each other ?
If we think to the basic Flux problematic, let says we want that a new message in Chat Fragment display a notification into the Header fragment.
I think I would use a state management like Redux but I don't understand how to setup this with Tailor.
Because each React components are mounted independently, I don't understand how could I nested them into a Redux Provider ?
Thanks for your recommendations 😃