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
I see that my state is mutated when I insert or delete the row. I'm using redux for development and I want to fire custom actions when insert or delete is done. How to achieve this?
For insert, I think I can create a component with onclick showing a modal popup and calling the necessary actions. But how to do it for delete?
How can I customize insert button and form and delete button?
The text was updated successfully, but these errors were encountered:
Two things.
redux
for development and I want to fire custom actions when insert or delete is done. How to achieve this?For insert, I think I can create a component with
onclick
showing a modal popup and calling the necessary actions. But how to do it for delete?The text was updated successfully, but these errors were encountered: