Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Reconciler architecture discussion #2

Open
macintoshhelper opened this issue Aug 12, 2019 · 0 comments
Open

React Reconciler architecture discussion #2

macintoshhelper opened this issue Aug 12, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@macintoshhelper
Copy link
Owner

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.

@macintoshhelper macintoshhelper added enhancement New feature or request good first issue Good for newcomers labels Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant