"A React reconciler" -> "A React renderer" :-)
Reconciler is React itself.
The word _reconciler_ links to https://github.com/facebook/react/tree/master/packages/react-reconciler in our README
Think we could direct to a better explaination?
The link itself is fine. The reconciler is what allows you to create a custom renderer.
The relationship between "reconciler" and "renderer" is the same as the relation between "class" and "instance".
Most helpful comment
The relationship between "reconciler" and "renderer" is the same as the relation between "class" and "instance".