React-three-fiber: Tweak the description

Created on 23 Jul 2020  路  3Comments  路  Source: pmndrs/react-three-fiber

"A React reconciler" -> "A React renderer" :-)

Reconciler is React itself.

good first issue

Most helpful comment

The relationship between "reconciler" and "renderer" is the same as the relation between "class" and "instance".

All 3 comments

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".

Was this page helpful?
0 / 5 - 0 ratings

Related issues

francopetra picture francopetra  路  3Comments

regalstreak picture regalstreak  路  5Comments

ghost picture ghost  路  6Comments

LordOkami picture LordOkami  路  8Comments

flxsu picture flxsu  路  4Comments