- Published on
ReactJS startTransition and useTransition (React concurrent features) - in 4 minutes
- Authors
- Name
- Lucas Floriani
- @lucasfloriani13
ReactJS startTransition and useTransition (React concurrent features) - in 4 minutes
ReactJS startTransition and useTransition (React concurrent features) - in 4 minutes
useTransition
is a hook design to be used by the developer to wrap parts of the code that are less important to run then others in the rerender of a component.