Skip to content

Conversation

@LahiaOmar
Copy link

Just an update for the link to the React Scheduler Priorities list.

@theFreedomBanana
Copy link

@sckimynwa
Copy link

sckimynwa commented Aug 15, 2022

I think pendingWorkPriority sections should be updated. 🤔
In my opinion, after Lanes were introduced, FiberNode Implementations does not have any "priorities". instead it has "Lanes"

[FiberNode Implementation]

  /**
   * Each filer knows
   * 1. priorities for the work of itself - lanes
   * 2. priorities for the work of its descendant - childLanes
   */
  this.lanes = NoLanes;
  this.childLanes = NoLanes;

any ideas ? @LahiaOmar @theFreedomBanana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants