InvokeAsync added in #82 might not make sense on IRenderedFragment, since there is no way to access the component instance through it.
It should probably be moved to the IRenderedFragmentBase type instead to make the API cleaner.
Remember to update the triggers-renders docs page.