Skip to content
#

react-renderer

Here are 27 public repositories matching this topic...

wfortin
wfortin commented Jan 10, 2020

Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?

Example:
I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this 👇
![image](https://user-images.githubusercontent.com/2165256/7216

raphamorim
raphamorim commented Oct 25, 2019

Create a boilerplate project to start with React Ape. It should be quite simple, just one component and "live reload" working. I'm open to ideas to start the project, but I really don't to add a CLI for it. It can be a script on gh (ex: sh https://github.com/raphamorim/react-ape/raw/scripts/start.sh) that can clone and install the dependencies.

macintoshhelper
macintoshhelper commented Aug 12, 2019

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.

Improve this page

Add a description, image, and links to the react-renderer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-renderer topic, visit your repo's landing page and select "manage topics."

Learn more