Next.js task board showcasing Async React patterns: useOptimistic, Suspense boundaries, action props, form actions, and more.
-
Updated
Aug 19, 2026 - TypeScript
Next.js task board showcasing Async React patterns: useOptimistic, Suspense boundaries, action props, form actions, and more.
A list with useOptimistic, server actions(...) to test client-side interation with postgresql server delaying
A repository dedicated to experimentation and best practices with ReactJS built-in hooks and custom hooks, fostering reusable and maintainable code.
🪝This repository will represent my concept about react-hooks. Well based on the React docs there are 10 hooks are exist in react library. So when we have to use which hooks & knowledge about how the react-hooks actually work is important to feel the actual beauty of React.
🗺️ Product roadmap management app.
example next js 13.4.3 app router, server actions
Simple React useTransition hook demo
React 19 Updates examples
A simple next js application which use the latest nextjs server actions
A mini React 19 app showcasing modern features: TanStack Router for routing, use() with Suspense for data fetching, and useTransition plus View Transitions for smooth interactions.
Implemented the useTranstion hook in react. Using this useTransition hook make our web application more optimize and fast.
React Suspense made tangible: use() + fallback, parallel boundaries, useTransition (no flash), and React.lazy code-splitting — each live with its code.
A hands-on React demo that demonstrates useTransition — loading 5,000 items without blocking the UI. Features isPending state, live stats, and a real-time status indicator.
This Project includes the new React 18 Concurrency basic example using useTransition() and useDeferredValue().
A hands-on React demo that demonstrates useTransition — loading 5,000 items without blocking the UI. Features isPending state, live stats, and a real-time status indicator.
Trying new hook useTransition on list of items.
⛰️ A simple image search app with Unsplash API.
Feel React concurrent rendering: blocking useState janks a heavy-list filter, while useDeferredValue and useTransition keep the input responsive. Live heartbeat, zero deps.
To associate your repository with the usetransition topic, visit your repo's landing page and select "manage topics."