Monthly Archives: May 2025

Observer and useObserver

Observer is used to replace useObserver and can work with function components. Compare these two code snippets: At first used the second code block and it worked. Then I replaced the “userObserver” with “Observer” and it throwed error. It takes … Continue reading

Posted in Uncategorized | Leave a comment