GetPsyched
Explore posts from serversTTCTheo's Typesafe Cult
•Created by GetPsyched on 9/28/2024 in #questions
Weird errors when using useQuery
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
29 replies
TTCTheo's Typesafe Cult
•Created by GetPsyched on 4/26/2024 in #questions
Benefits of using auto incrementing primary keys?
Is there any benefit of using auto incrementing columns as primary keys in postgres when I have another column that is unique and can be used as a primary key?
7 replies