Note that because this method can be a very heavy operation, you probably want to mark it AsCached or AsSingle like this instead:public class GameInstaller : MonoInstaller { public override void InstallBindings() { Container.Bind<Foo>().FromComponentInHierarchy().AsCached(); Container.Bind<I...
In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. First, install Styleguidist: npm install --save react-styleguidist Alternatively you may use yarn: yarn add react-styleguidist Then, add these scripts to your package.json: "...