To force the refresh of the page #1383
-
Hello. I hope that you are well. |
Beta Was this translation helpful? Give feedback.
Answered by
AlekseyManetov
May 31, 2023
Replies: 1 comment
-
Hi, do you have any signal that new item was added? In a nutshell you can force DataSource to reload items, just by passing the dependency to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlekseyManetov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, do you have any signal that new item was added? In a nutshell you can force DataSource to reload items, just by passing the dependency to the
useLazyDataSource
hook, if this dependency change LazyDataSource will be recreated and new items will be loaded.