Skip to content

React Reconciler architecture discussion #2

@macintoshhelper

Description

@macintoshhelper

A more scalable way of architecting this project could be to use react-reconciler to build a JSON tree, which is then passed through to a walk function which renders to XD outside of the React cycle.

The JSON tree generation could even be parallelised in a separate process to speed up rendering, and would then allow for using yoga-layout, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions