You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to mount an individual component? If not, would it be a reasonable feature request?
My current approach is to unmount all components on the page and then mount them again - but, this resets the state of all components on the page - and I even get inconsistent results when I expect all components to reset.
Consider adding an instance of an Item component to a page through an ajax request:
Is it possible to mount an individual component? If not, would it be a reasonable feature request?
My current approach is to unmount all components on the page and then mount them again - but, this resets the state of all components on the page - and I even get inconsistent results when I expect all components to reset.
Consider adding an instance of an
Item
component to a page through an ajax request:Here's a change to the
webpacker-react-example
that shows the full request/response in action.renchap/webpacker-react-example@master...sealocal:add-item-with-remote-request
Please share thoughts on mounting a single component on the page.
The text was updated successfully, but these errors were encountered: