The store injection pattern was popularized by the mobx-react library. It refers to a now obsolete way of accessing the MobX stores across the component tree . It was introduced because the React legacy context was rather awkward to use.
The store injection pattern was popularized by the mobx-react library. It refers to a now obsolete way of accessing the MobX stores across the component tree . It was introduced because the React legacy context was rather awkward to use.