Fiber is re-implementation of the stack, specialized for React components.
You can think of a single fiber as a virtual stack frame.
— Some random dude
???
Introdusert i react@16 for å blandt:
* gi muligheten til å splitte arbeidsoppgaver i "chunks"
* prioritere og gjenbruke arbeid som er påstartet
*
Om arkitekturen: https://github.com/acdlite/react-fiber-architecture
Step-by-step (workshoppen): https://pomb.us/build-your-own-react/
Blog post av noen som har fulgt samme workshop: https://engineering.hexacta.com/didact-fiber-incremental-reconciliation-b2fe028dcaec
Litt om bakgrunnen for bruken linked-list i fiber: https://medium.com/react-in-depth/the-how-and-why-on-reacts-usage-of-linked-list-in-fiber-67f1014d0eb7
Ende en bloggpost: https://blog.ag-grid.com/inside-fiber-an-in-depth-overview-of-the-new-reconciliation-algorithm-in-react/
---
# Kode kode kode
???
Mer kommentarer
---
class: center middle
# The end