1 min readMar 25, 2020
Hey K4kshi,
It can work because mobx-react triggers the re-render so it should be okay, unlike projects without mobx which relies on context triggering re-render.
I’ve never tested this deeply, I don’t know any pitfalls using provider but didn’t try without yet :)
Here they provide example also without provider.