Skip to content

update link for the react priorities levels#38

Open
LahiaOmar wants to merge 1 commit into
acdlite:masterfrom
LahiaOmar:master
Open

update link for the react priorities levels#38
LahiaOmar wants to merge 1 commit into
acdlite:masterfrom
LahiaOmar:master

Conversation

@LahiaOmar

Copy link
Copy Markdown

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

@theFreedomBanana

Copy link
Copy Markdown

@sckimynwa

sckimynwa commented Aug 15, 2022

Copy link
Copy Markdown

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