Hey
@Arkadii Ivanov, I tried altering the React samples prior to NY but got stuck on an issue that I still haven't been able to resolve. Here's my take on it
https://github.com/Nikola-Milovic/Decompose/tree/react-samples, this is the approach I use in my production app currently, it has been working really well for me, but for some reason Counter sample just won't work properly. The Master-Detail works as intended.
The state inner component for example is getting rerendered when pressing OnNextChild in the root as it should, but the counter and components aren't getting propagated properly and stay on the
counter0
forever
I'll continue tinkering with it but might as well ask you if you notice anything out of the ordinary.