beefweb
beefweb copied to clipboard
Use react context to pass services to components
Initially passing services explicitly was a good idea, but now it produces too many boilerplate code.
We could pass AppModel via context instead.