Sync ↔ Runtime behaviour to execute Code sequentially line-by-line in exact order, tends to be Blocking
aka Synchronous, Synchronicity
References
existsSync()↔fsStatic Method to check Sync if path existsunlinkSync()↔fsStatic Method to Sync remove file/Symbolic LinkrenameSync()↔fsStatic Method to Sync rename filermdirSync()↔fsStatic Method to Sync remove dirmkdirSync()↔fsStatic Method to Sync make new dirappendFileSync()↔fsStatic Method to Sync append data to filereadFileSync()↔fsStatic Method to Sync read file contentreaddirSync()↔fsStatic Method to Sync read dir contentwriteFileSync()↔fsStatic Method to Sync write data to fileRun [Effect](effect) [**_Sync_**](sync) before repaint [DOM API](dom-api)↔useLayoutEffect()Commit Phase↔ (process) to apply UI change to DOM API (in one Sync shot)Waterfall Chart↔ Bar Chart to visualize cumulative load sequence Synchronous of each componentto eliminate data fetch↔ Collocate on Server Component for Synchronous accessMove Data Fetch to Server-Side↔ ( Next 13 ) to Collocate Data Fetch ops in Server Component for Sync perfNetwork Waterfall↔ to load data in Synchronous Blocking stages