-
Updated
Jul 29, 2020
adobe-xd-plugin
Here are 12 public repositories matching this topic...
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
By adding a token that optionally can get passed to client, dev, and server (which checks the token in requests by client and dev), server could be deployed to a server in the WWW, meaning testers could be anywhere in the world (dreaming big
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Apr 8, 2020
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the adobe-xd-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the adobe-xd-plugin topic, visit your repo's landing page and select "manage topics."
A more scalable way of architecting this project could be to use
react-reconcilerto 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.