useEffect(() => { if (isInitialRender.current) { isInitialRender.current = false; return; } localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(contacts)); }, [contacts]); can some one explain what is happening
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)