Relative Content

Tag Archive for reactjsreact-hooksjotai

Jotai infinite loop with useAtom

I’m using React, Suspense, and Jotai.
I have a list of items where by, when one item is clicked, a modal pops up and based on the item’s id, it makes an api call for detailed information about the item.