there is a class that unites all classes of the store. You need to pass this class to app.js so that you can get it in any of the files using createContext
Asked
Active
Viewed 38 times
1 Answers
0
I suppose that your using React. React Context will help you to manage state when you build you apps. Context
Kent Dodds has given nice work in this presentation,must read.
And here is Russian translation.

Richard Rublev
- 7,718
- 16
- 77
- 121