Sync
↔ Runtime behaviour to execute Code sequentially line-by-line in exact order, tends to be Blocking
aka Synchronous, Synchronicity
References
existsSync()
↔fs
Static Method to check Sync if path existsunlinkSync()
↔fs
Static Method to Sync remove file/Symbolic LinkrenameSync()
↔fs
Static Method to Sync rename filermdirSync()
↔fs
Static Method to Sync remove dirmkdirSync()
↔fs
Static Method to Sync make new dirappendFileSync()
↔fs
Static Method to Sync append data to filereadFileSync()
↔fs
Static Method to Sync read file contentreaddirSync()
↔fs
Static Method to Sync read dir contentwriteFileSync()
↔fs
Static 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