Tag: Actions
All the articles with the tag "Actions".
Building Design Components with Action Props using Async React
Published:Learn how to build reusable design components that expose action props and internally manage optimistic updates, loading states, and automatic rollback, so consumers just pass a value and an action.
Building Reusable Components with React 19 Actions
Published:Learn how to build reusable components with React 19 Actions, track transition states, use optimistic updates, and expose action properties for custom logic.