This project is currently in beta and APIs are subject to change.
First, make sure you have installed Sketch version 43+, & a recent npm.
Open a new Sketch file, then in a terminal:
git clone https://github.com/airbnb/react-sketchapp.gitcd react-sketchapp/examples/basic-setup && npm install npm run renderNext, check out some more examples!

Managing the assets of design systems in Sketch is complex, error-prone and time consuming. Sketch is scriptable, but the API often changes. React provides the perfect wrapper to build reusable documents in a way already familiar to JavaScript developers.
; const App = <Artboard> <Text style= fontFamily: 'Comic Sans MS' color: 'hotPink' > propsmessage </Text> </Artboard>; { ;}react-sketchapp was built for Airbnb’s design system; this is the easiest way to manage Sketch assets in a large design systemreact-sketchapp makes it simple to fetch and incorporate real data into your Sketch filesFound a novel use? We'd love to hear about it!
Read more about why we built it