Posts tagged “Hooks”
6 posts found
useOptimistic in React 19: Snappy UI Updates Made Easy
May 12, 2026
Learn how React 19's useOptimistic hook makes implementing instant UI updates a breeze. From basic examples to production patterns, here's everything you need to know.
useTransition and useDeferredValue: React Performance Hooks Explained
May 8, 2026
Learn how React's useTransition and useDeferredValue hooks solve performance bottlenecks through concurrent rendering. Discover when to use each hook with practical examples.
The Power of React Hooks
September 16, 2019
Create an app using only this new feature from React. We will build a new app called Slotify that inserts styled quotes throughout your blog posts.
Build a Character Select Screen in React
July 28, 2019
Build a cool character select screen in React with plain CSS
Build a Modern, Customized File Uploading User Interface in React with Plain CSS
June 14, 2019
When users are using your technology, they're not just using it--they're most likely judging your app and its technology as well without you knowing it. This post will provide tips to implement complex UX for a file uploading interface.
Uploading Files in React While Keeping The UI Completely In Sync
June 11, 2019
This post will teach you how to create a user interface containing a file upload component that will help users select and send their files somewhere, while allowing the interface to tap into every update from the moment of instantiation to the end.