{"id":242,"date":"2020-01-19T01:13:31","date_gmt":"2020-01-19T00:13:31","guid":{"rendered":"https:\/\/sketch2react.wordpress.com\/2020\/01\/19\/can-sketch-app-symbols-be-made-into-react-components\/"},"modified":"2020-06-18T07:46:11","modified_gmt":"2020-06-18T07:46:11","slug":"can-sketch-app-symbols-be-made-into-react-components","status":"publish","type":"post","link":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/","title":{"rendered":"Can Sketch App symbols be made into React components?"},"content":{"rendered":"<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p><strong>TLDR;<\/strong> Yes \u2705. With some ?\u200d? and bit of ?we made it possible in Stratos alpha version 2.<\/p>\n<p>Even though the React-code generated by Stratos was working fine we felt the need to \u201cbundle\u201d the components together, because everything can always be improved right? Current Stratos alpha 1 Sketch setup and results looks like this:<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\" data-width=\"1656\" data-height=\"526\"><\/p><figcaption class=\"wp-caption-text\">Structure in Sketch (no worries, it\u2019s not as complex as it seems at first&nbsp;glance)<\/figcaption><\/figure>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/5233b-1wxnjvmsorejqyo9n2pc1ew.png\" data-width=\"2162\" data-height=\"1302\"><\/p><figcaption class=\"wp-caption-text\">Code auto-generated from Stratos&nbsp;App<\/figcaption><\/figure>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/30eec-1tss-les1ofgd8mpspm-uww.png\" data-width=\"1820\" data-height=\"622\"><\/p><figcaption class=\"wp-caption-text\">React-rendered view<\/figcaption><\/figure>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p>The Sketch-elements above combined creates one card. Shouldn\u2019t they be one React-component? We felt they somehow should\u2026 Symbols in Sketch are re-usable entities. What else are re-usable entities? React components! Would it be possible to create Symbols in Sketch that had a React-component counterpart? At first it seemed impossible \ufe0f\ufe0f?\ufe0f\u200d\u2642\ufe0f, but hey that hasn\u2019t stopped us before ?\u200d\u2642\ufe0f After what felt like a gazillion attempts, we finally managed to do it!<\/p>\n<p>This the current end-result. I say \u201ccurrent\u201d since everything can always be improved ?<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/392f7-11-xsphbapypsktkjhy5fkw.png\" data-width=\"1694\" data-height=\"536\"><\/p><figcaption class=\"wp-caption-text\">Newly created&nbsp;symbol<\/figcaption><\/figure>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/02d4a-1rk7zflmjqxi7_zgcq7rrwq.png\" data-width=\"2518\" data-height=\"928\"><\/p><figcaption class=\"wp-caption-text\">You create a separate artboard in Sketch that represents the React component (never mind the {Container}-component, it\u2019s not relevant to&nbsp;this)<\/figcaption><\/figure>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p>This creates one additional React component\u200a\u2014\u200aExampleCard1. In the ExampleCard1 Sketch symbol we have added a {ComponentContent} element. This tells Stratos which elements are child-components to ExampleCard1 and where to insert them.<\/p>\n<p>Stratos now generates the following:<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/e25ba-1gmp5f8kv7cccejavtankbw.png\" data-width=\"1564\" data-height=\"1112\"><\/p><figcaption class=\"wp-caption-text\">The new component ExampleCard1<\/figcaption><\/figure>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p>And now our Start-component is reduced into this:<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<figure class=\"wp-caption\">\n<p class=\"mod-reset\"><img decoding=\"async\" src=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/8d483-1c1axu3rwn-dxb2dzjkomia.png\" data-width=\"2068\" data-height=\"1014\"><\/p><figcaption class=\"wp-caption-text\">The Start-component with the new ExampleCard1-component<\/figcaption><\/figure>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p>These are results of initial test and we are currently testing things like nested symbols and overrides ?\u200d?<\/p>\n<p>Oh, and while you\u2019re reading: We\u2019ll probably remove the green stuff (comments) from the generated code\u2026 and also most likely make functional components instead of classes.<\/p>\n<p>Thanks for reading!<\/p>\n<p>\/\/Fredrik\u200a\u2014\u200aTeam Sketch2React<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>TLDR; Yes \u2705. With some ?\u200d? and bit of ?we made it possible in Stratos alpha version 2. Even though the React-code generated by Stratos was working fine we felt the need to \u201cbundle\u201d the components together, because everything can always be improved right? Current Stratos alpha 1 Sketch setup and results looks like this:&hellip;&nbsp;<a href=\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Can Sketch App symbols be made into React components?<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"bgseo_title":"","bgseo_description":"","bgseo_robots_index":"index","bgseo_robots_follow":"follow","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","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":[118,61,59,10,116],"class_list":["post-242","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-design-to-code","tag-javascript","tag-react","tag-sketch","tag-stratosapp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Can Sketch App symbols be made into React components? | 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\/can-sketch-app-symbols-be-made-into-react-components\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can Sketch App symbols be made into React components? - Sketch2React Blog\" \/>\n<meta property=\"og:description\" content=\"TLDR; Yes \u2705. With some ?\u200d? and bit of ?we made it possible in Stratos alpha version 2. Even though the React-code generated by Stratos was working fine we felt the need to \u201cbundle\u201d the components together, because everything can always be improved right? Current Stratos alpha 1 Sketch setup and results looks like this:&hellip;&nbsp;Read More &raquo;Can Sketch App symbols be made into React components?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\" \/>\n<meta property=\"og:site_name\" content=\"Sketch2React Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-19T00:13:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-18T07:46:11+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\" \/>\n<meta name=\"author\" content=\"Fredrik Ward\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fredrik Ward\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\"},\"author\":{\"name\":\"Fredrik Ward\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664\"},\"headline\":\"Can Sketch App symbols be made into React components?\",\"datePublished\":\"2020-01-19T00:13:31+00:00\",\"dateModified\":\"2020-06-18T07:46:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\"},\"wordCount\":305,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\",\"keywords\":[\"Design To Code\",\"JavaScript\",\"React\",\"Sketch\",\"Stratosapp\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\",\"name\":\"Can Sketch App symbols be made into React components? - Sketch2React Blog\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\",\"datePublished\":\"2020-01-19T00:13:31+00:00\",\"dateModified\":\"2020-06-18T07:46:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage\",\"url\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\",\"contentUrl\":\"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sketch2react.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can Sketch App symbols be made into React components?\"}]},{\"@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\/d452067d5528ce6cda4be87f136cf664\",\"name\":\"Fredrik Ward\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g\",\"caption\":\"Fredrik Ward\"},\"url\":\"https:\/\/sketch2react.io\/blog\/author\/sewk9wxw3g\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can Sketch App symbols be made into React components? | 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\/can-sketch-app-symbols-be-made-into-react-components\/","og_locale":"en_US","og_type":"article","og_title":"Can Sketch App symbols be made into React components? - Sketch2React Blog","og_description":"TLDR; Yes \u2705. With some ?\u200d? and bit of ?we made it possible in Stratos alpha version 2. Even though the React-code generated by Stratos was working fine we felt the need to \u201cbundle\u201d the components together, because everything can always be improved right? Current Stratos alpha 1 Sketch setup and results looks like this:&hellip;&nbsp;Read More &raquo;Can Sketch App symbols be made into React components?","og_url":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/","og_site_name":"Sketch2React Blog","article_published_time":"2020-01-19T00:13:31+00:00","article_modified_time":"2020-06-18T07:46:11+00:00","og_image":[{"url":"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png","type":"","width":"","height":""}],"author":"Fredrik Ward","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Fredrik Ward","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#article","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/"},"author":{"name":"Fredrik Ward","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/d452067d5528ce6cda4be87f136cf664"},"headline":"Can Sketch App symbols be made into React components?","datePublished":"2020-01-19T00:13:31+00:00","dateModified":"2020-06-18T07:46:11+00:00","mainEntityOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/"},"wordCount":305,"commentCount":0,"publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage"},"thumbnailUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png","keywords":["Design To Code","JavaScript","React","Sketch","Stratosapp"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/","url":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/","name":"Can Sketch App symbols be made into React components? - Sketch2React Blog","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage"},"thumbnailUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png","datePublished":"2020-01-19T00:13:31+00:00","dateModified":"2020-06-18T07:46:11+00:00","breadcrumb":{"@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#primaryimage","url":"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png","contentUrl":"http:\/\/sketch2react.files.wordpress.com\/2020\/01\/6562b-1hpiskpqvism0ywcm80-leg.png"},{"@type":"BreadcrumbList","@id":"https:\/\/sketch2react.io\/blog\/can-sketch-app-symbols-be-made-into-react-components\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sketch2react.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Can Sketch App symbols be made into React components?"}]},{"@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\/d452067d5528ce6cda4be87f136cf664","name":"Fredrik Ward","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/91605aba05531b0d98ed254dc314b74be1800d1086302db1454b4489c128e3e1?s=96&d=wavatar&r=g","caption":"Fredrik Ward"},"url":"https:\/\/sketch2react.io\/blog\/author\/sewk9wxw3g\/"}]}},"_links":{"self":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/242","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/comments?post=242"}],"version-history":[{"count":1,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/242\/revisions"}],"predecessor-version":[{"id":427,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/242\/revisions\/427"}],"wp:attachment":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/media?parent=242"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/categories?post=242"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/tags?post=242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}