-
Notifications
You must be signed in to change notification settings - Fork 0
Renderer
Webber Wang edited this page Sep 20, 2020
·
1 revision
The Renderer is the main point of entry for our core code. JSON tree data is passed into the renderer to create React components. Our goal is to make the renderer as flexible as possible. You can configure the renderer using a Traversal algorithm, while passing in your Tree iteratee callbacks to decide how to transform the Props data at each Node.
Footer