My playground to test Tanstack Query, React Router and Tailwind CSS stuff.
npm install --force
If you have issue with react types, try :
rm -rf node_modules package-lock.json
npm cache clean --force
npm install --force
- You can find the Tanstack Query optimistic updates test in the
src/list1
folder. - You can find the
useOptimistic
test in thesrc/list2
folder.