Collection of components that can be used to improve performance
- Replaced requestIdleCallback with react scheduler.
- Modified id generation for queue nodes
- Added option to delete the scheduled task from priority queue.
- Added needDeferUpdates props to defer component(Defer updates to the component)
- Removed the Idle priority from the priority list
- Added Defer Component
- Added Adaptive Component