I've been reading about react fiber and have been seeing the terms "reconciliation" and "rendering" being used together frequently. Can someone please help me understand the difference between these two terms, in the context of React?
Some background:
- I got this doubt after watching Lin Clark's talk on React Fiber
- Another useful article that I went through to understand this — How React Handles Events. I believe this article has the answer, but seems its target audience is people who already have a high level understanding of React. However, I'm looking for an explanation in simpler words (as I'm still at a beginner level in React).