jsmanifest logojsmanifest

Posts tagged “Hooks

6 posts found

useOptimistic in React 19: Snappy UI Updates Made Easy

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.

ReactReact 19Hooks+2
useTransition and useDeferredValue: React Performance Hooks Explained

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.

reactperformancehooks+1
The Power of React Hooks

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.

javascriptreactslotify+2
Build a Character Select Screen in React

Build a Character Select Screen in React

July 28, 2019

Build a cool character select screen in React with plain CSS

javascriptreactcharacter select+5
Build a Modern, Customized File Uploading User Interface 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.

javascriptreactcss+4
Uploading Files in React While Keeping The UI Completely In Sync

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.

imagethumbnailreact+8