Skip to content

<OnlyViewModel />Component

Component which creates the instance of passedViewModelorViewModelSimpleclass and renders nothing or passedchildren.

Example

tsx
import{ ViewModelBase, OnlyViewModel }from"mobx-view-model";classTestVMextendsViewModelBase{foo=100;}<OnlyViewModelmodel={TestVM} />

Released under the MIT License.