Learn how to create optimistic updates in your React.js UI with the new useOptimistic Hook and Next.js 13.4 Server Action. Optimistic updates are a technique that can improve the user experience by making your app appear more responsive. In this video, I'll explain how optimistic updates work and how to use them with React.js and Next.js. However this also works in nextjs 14. Just update the react package and remove the experimental tag.
-- Update --
full source code: https://bit.ly/3OCwLmE
Inspiration from fireship dot io. Please do checkout their channel as well. @Fireship