{"id":93,"date":"2019-02-02T11:41:07","date_gmt":"2019-02-02T10:41:07","guid":{"rendered":"https:\/\/sketch2react.wordpress.com\/2019\/02\/02\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/"},"modified":"2020-06-18T07:27:00","modified_gmt":"2020-06-18T07:27:00","slug":"react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version","status":"publish","type":"post","link":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/","title":{"rendered":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)"},"content":{"rendered":"<figure>\n<p><img decoding=\"async\" data-width=\"1920\" data-height=\"1080\" src=\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\"><br \/>\n<\/figure>\n<figure>\n<p><img decoding=\"async\" data-width=\"1024\" data-height=\"1024\" src=\"https:\/\/cdn-images-1.medium.com\/max\/800\/0*heCmDG8z3_PA7ES7.png\"><br \/>\n<\/figure>\n<h3>How to export to\u00a0React<\/h3>\n<p>Follow these instructions to the point and you\u2019ll be exporting to React code and components in super little time. We promise ?<\/p>\n<h3>Adding things to export (Code\u00a0App)<\/h3>\n<ol>\n<li>Open up our <strong>Code App<\/strong>. Make sure you have activated the React Export module by entering the license key that you receive upon signing up.<\/li>\n<li>Go to <strong>File, Link Sketch-file<\/strong> (\u2318L)<\/li>\n<li>Link to one of our demo files our your own<\/li>\n<li>In our left sidebar menu click the <strong>Download<\/strong> icon. You should now see the <strong>React export option<\/strong> below HTML<\/li>\n<li>Before anything can be exported to code, you need to <strong>add each artboard\/page to our export bundle.<\/strong> You do that by pressing <strong>Add to export<\/strong> (left side menu) on each and every page you want to be included in the export.<\/li>\n<li>Press <strong>Download<\/strong> icon. If everything worked when activating you should see <strong>React<\/strong> below HTML.<\/li>\n<li>Press React and save the\u00a0.zip somewhere locally on your computer.<\/li>\n<\/ol>\n<h4>Known issues<\/h4>\n<p><strong>Don\u2019t save to Dropbox, OneDrive or Google Drive.<\/strong> Once you begin installing all the packages that are included in our React export, these services will most likely crash\/hang. Or send you automated emails complaining you have to many files ?<\/p>\n<p>This is because we use <a href=\"https:\/\/github.com\/facebook\/create-react-app\" target=\"_blank\" rel=\"noopener noreferrer\">Create React App<\/a> (among other things) and it contains an amazingly amount of really small files. Size-wise we\u2019re talking about approx 220MB of downloaded packages.<\/p>\n<p><strong>iCloud<\/strong> seems to be working fine with these many small files, no crash so far and the syncing seems to be working great between computers linked to the same Apple ID.<\/p>\n<p>?\ufe0f <em>Cool, now let\u2019s move on to the really exciting part\u2026<\/em><\/p>\n<p>Now comes a couple of steps that first can seem very odd and very unfamiliar. Specially if you have never installed thingies via the Terminal. We have streamlined this as much as we can but hey, this is a real design to code environment, you can\u2019t cheat your way through this ?<\/p>\n<h3>?\ufe0f Node.js<\/h3>\n<p>For anything to work you first need to install <strong>Node.js<\/strong>.<\/p>\n<ul>\n<li>Node.js is an open source server environment<\/li>\n<li>Node.js is free<\/li>\n<li>Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)<\/li>\n<li>Node.js uses JavaScript on the server<\/li>\n<\/ul>\n<p>Download the latest build <a href=\"https:\/\/nodejs.org\/en\/download\/\" target=\"_blank\" rel=\"noopener noreferrer\">from here<\/a><\/p>\n<h3>How to export to React (Terminal)<\/h3>\n<p>First of all, make sure you have <strong>admin rights<\/strong> to your computer or nothing of the below things will ever work.<\/p>\n<ol>\n<li>Open <strong>Terminal app<\/strong>. You know that weird little app you maybe have been in contact with when doing funky stuff to your Mac ? It\u2019s actually really friendly, don\u2019t be afraid. <em>But weird yes.<\/em>\n<\/li>\n<li>Write <strong>cd <\/strong>and do a blank space<\/li>\n<li>Go to your dl Sketch2React\u00a0.zip, unzip and drag drop the entire folder onto your Terminal window. Drop it precisely after the words cd + your blank space. It should look something like this cd \/users\/<\/li>\n<li>Hit Enter <strong>\u21a9\ufe0e<\/strong>\n<\/li>\n<\/ol>\n<h3>How to install all required packages (Terminal)<\/h3>\n<ol>\n<li>Write <strong>npm install<\/strong> and hit enter <strong>\u21a9\ufe0e<\/strong>\n<\/li>\n<li>Since you have entered the correct cd installation of all required packages should begin<\/li>\n<\/ol>\n<h3>How to start your development server (Terminal)<\/h3>\n<ol>\n<li>Write <strong>npm start<\/strong> and hit enter <strong>\u21a9\ufe0e<\/strong>\n<\/li>\n<li>It will take up to one minute and then you will see this message in the Terminal will open up your default browser with localhost:3000<\/li>\n<li>Done! Now continue with your development outside of Sketch, do all changes directly in code.<\/li>\n<\/ol>\n<h3>How to create a build (Terminal)<\/h3>\n<ul>\n<li>If the server is running, press <strong>Control+C<\/strong> to stop it<\/li>\n<\/ul>\n<p><em>You can\u2019t create a build while the server is running!<\/em><\/p>\n<ul>\n<li>Write <strong>npm run build<\/strong> and hit enter <strong>\u21a9\ufe0e<\/strong>\n<\/li>\n<\/ul>\n<p>It will create a optimized build of your entire project. It takes a bit of time, just chill, stand up, look out your window or something ?<\/p>\n<h4>Building for Relative\u00a0Paths<\/h4>\n<p>By default, <strong>Create React App<\/strong> produces a build assuming your app is hosted at the server root.<\/p>\n<p>Here\u2019s how you <a href=\"https:\/\/facebook.github.io\/create-react-app\/docs\/deployment#building-for-relative-paths\" target=\"_blank\" rel=\"noopener noreferrer\">change that<\/a>.<\/p>\n<p>Open up package.json and enter this very path below <em>version<\/em>:<\/p>\n<blockquote><p>\u201chomepage\u201d: \u201chttp:\/\/mywebsite.com\/relativepath&#8221;,<\/p><\/blockquote>\n<figure>\n<p><img decoding=\"async\" data-width=\"1920\" data-height=\"1657\" src=\"https:\/\/cdn-images-1.medium.com\/max\/800\/0*YjO5xESRensY6WJw.png\"><br \/>\n<\/figure>\n<p>In our case here, we changed it to our own relative path.<\/p>\n<h3>Video version<\/h3>\n<div class=\"nv-iframe-embed\"><iframe loading=\"lazy\" title=\"React Export Tutorials - Complete\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/MqF7fJ1XGMs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div>\n<p><em>Happy makings! \/ Team Sketch2React<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to export to\u00a0React Follow these instructions to the point and you\u2019ll be exporting to React code and components in super little time. We promise ? Adding things to export (Code\u00a0App) Open up our Code App. Make sure you have activated the React Export module by entering the license key that you receive upon signing&hellip;&nbsp;<a href=\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"bgseo_title":"","bgseo_description":"","bgseo_robots_index":"","bgseo_robots_follow":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[166],"tags":[58,112,61,63,18],"class_list":["post-93","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-bootstrap","tag-create-react-app","tag-javascript","tag-reactjs","tag-sketch-app"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) | Sketch2React Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sketch2react.io\/blog\/react-export-guide\u200a-\u200astep-by-step-february-pilot-2019-version\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) - Sketch2React Blog\" \/>\n<meta property=\"og:description\" content=\"How to export to\u00a0React Follow these instructions to the point and you\u2019ll be exporting to React code and components in super little time. We promise ? Adding things to export (Code\u00a0App) Open up our Code App. Make sure you have activated the React Export module by entering the license key that you receive upon signing&hellip;&nbsp;Read More &raquo;React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sketch2react.io\/blog\/react-export-guide\u200a-\u200astep-by-step-february-pilot-2019-version\/\" \/>\n<meta property=\"og:site_name\" content=\"Sketch2React Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-02T10:41:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-18T07:27:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\" \/>\n<meta name=\"author\" content=\"Juan Maguid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Juan Maguid\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\"},\"author\":{\"name\":\"Juan Maguid\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e\"},\"headline\":\"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)\",\"datePublished\":\"2019-02-02T10:41:07+00:00\",\"dateModified\":\"2020-06-18T07:27:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\"},\"wordCount\":706,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\",\"keywords\":[\"Bootstrap\",\"Create React App\",\"JavaScript\",\"Reactjs\",\"Sketch App\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\",\"name\":\"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) - Sketch2React Blog\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\",\"datePublished\":\"2019-02-02T10:41:07+00:00\",\"dateModified\":\"2020-06-18T07:27:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage\",\"url\":\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\",\"contentUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sketch2react.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"name\":\"Sketch2React Blog\",\"description\":\"Articles, tutorials, tips &amp; tricks\",\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sketch2react.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\",\"name\":\"Sketch2React Blog\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"contentUrl\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"width\":512,\"height\":512,\"caption\":\"Sketch2React Blog\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e\",\"name\":\"Juan Maguid\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g\",\"caption\":\"Juan Maguid\"},\"url\":\"https:\/\/sketch2react.io\/blog\/author\/sketch2react\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) | Sketch2React Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sketch2react.io\/blog\/react-export-guide\u200a-\u200astep-by-step-february-pilot-2019-version\/","og_locale":"en_US","og_type":"article","og_title":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) - Sketch2React Blog","og_description":"How to export to\u00a0React Follow these instructions to the point and you\u2019ll be exporting to React code and components in super little time. We promise ? Adding things to export (Code\u00a0App) Open up our Code App. Make sure you have activated the React Export module by entering the license key that you receive upon signing&hellip;&nbsp;Read More &raquo;React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)","og_url":"https:\/\/sketch2react.io\/blog\/react-export-guide\u200a-\u200astep-by-step-february-pilot-2019-version\/","og_site_name":"Sketch2React Blog","article_published_time":"2019-02-02T10:41:07+00:00","article_modified_time":"2020-06-18T07:27:00+00:00","og_image":[{"url":"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg","type":"","width":"","height":""}],"author":"Juan Maguid","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Juan Maguid","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#article","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/"},"author":{"name":"Juan Maguid","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e"},"headline":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)","datePublished":"2019-02-02T10:41:07+00:00","dateModified":"2020-06-18T07:27:00+00:00","mainEntityOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/"},"wordCount":706,"commentCount":0,"publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg","keywords":["Bootstrap","Create React App","JavaScript","Reactjs","Sketch App"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/","url":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/","name":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version) - Sketch2React Blog","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg","datePublished":"2019-02-02T10:41:07+00:00","dateModified":"2020-06-18T07:27:00+00:00","breadcrumb":{"@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#primaryimage","url":"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg","contentUrl":"https:\/\/cdn-images-1.medium.com\/max\/1200\/1*IcHgRuBO4hJhuHtLJ1npsQ.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/sketch2react.io\/blog\/react-export-guide%e2%80%8a-%e2%80%8astep-by-step-february-pilot-2019-version\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sketch2react.io\/blog\/"},{"@type":"ListItem","position":2,"name":"React Export Guide\u200a\u2014\u200aStep by Step (February Pilot 2019 version)"}]},{"@type":"WebSite","@id":"https:\/\/sketch2react.io\/blog\/#website","url":"https:\/\/sketch2react.io\/blog\/","name":"Sketch2React Blog","description":"Articles, tutorials, tips &amp; tricks","publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sketch2react.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sketch2react.io\/blog\/#organization","name":"Sketch2React Blog","url":"https:\/\/sketch2react.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","contentUrl":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","width":512,"height":512,"caption":"Sketch2React Blog"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e","name":"Juan Maguid","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g","caption":"Juan Maguid"},"url":"https:\/\/sketch2react.io\/blog\/author\/sketch2react\/"}]}},"_links":{"self":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":1,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/93\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/93\/revisions\/334"}],"wp:attachment":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/media?parent=93"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/categories?post=93"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/tags?post=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}