pretty cool that you can get claude to deflake tests if you specifically ask for that. it can run small scripts to do stuff like stress-test 100 times in parallel, then work to narrow down the cause of flakiness
is there a tldr somewhere on how to make mutations reflect latest state in Next.js
should i
- revalidatePage/revalidateTag in every server action
- or should i router.refresh next to their calls
- both?
i haven't tried cacheComponents yet so curious how to work with the existing model
) client-compatible mock library that works via in-memory storage (in the browser) or via fs (on the server).
just ignore the protocol and focus on ux while doing local dev, then switch