Closed darkterminal closed 1 year ago
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our GitHub Organisation - we help and encourage each other to contribute to open source little and often :neckbeard:. Any questions let us know.
This issue will generate as story in our Street Community Programmer site. Thanks for your story!
The Back Story about this Metaphor
React Table Trigger Changed Without SWR
Metaphore story
I'm into the world of javascript and reactjs is absolutely nil! And I found
react-table
from TanStack and it's really cool! That agnostic (What The Buff!)And I'm trying to simplify my old way of working with
jQuery
when I was almost sinking to the bottom of the ocean (Hypertext Preprocessor) and didn't find the light ofJavaScript
as a complete combat tool more promising.In jQuery I need to create a function to repeat the request and I trigger it from the targeted event and it's easy.
My question is how can I do the same thing but in
react-table
by not using any other library.And here's what happened:
What I really want is that when I update data from a modal component (child), I can trigger the previous component (parent) I have to refresh the data in the table after a data change.
And here the modal popup
That's it!
A demo/repos link
No response