{"id":38006,"date":"2016-07-24T00:13:50","date_gmt":"2016-07-23T18:43:50","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=38006"},"modified":"2018-02-26T12:29:37","modified_gmt":"2018-02-26T06:59:37","slug":"react-js-vs-angular-2","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/","title":{"rendered":"React JS vs Angular 2"},"content":{"rendered":"<p>In this blog we are going to discuss in summary, difference\u00a0between the two most popular JS (library\/framework) i.e Angular 2 and React JS<\/p>\n<p>On the very first note, <a title=\"React js development company\" href=\"https:\/\/2thenew.xyz\/react-js-development-consulting-company\">React JS<\/a> is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison\u00a0for both.<\/p>\n<p>1. Component: Both React and Angular 2 are based on a Component model. But they both differ in the way the component is used.<\/p>\n<p><em>in Angular 2 :<\/em><\/p>\n<pre>import { Component } from 'angular2\/core';\r\n\r\n@Component({\r\n    selector: 'any-selector',\r\n    templateUrl: 'app\/demo.template.html'\r\n})\r\n\r\nexport class DemoComponent { }\r\n<\/pre>\n<p><em>In React :<\/em><\/p>\n<pre>import React from 'react';\r\n\r\nexport default class DemoComponent extends React.Component {\r\n  constructor(props) {\r\n    super(props);\r\n    this.state = { data: 'Hello World!' };\r\n  }\r\n\r\n  render() {\r\n    return (\r\n      &lt;div&gt;\r\n        &lt;p&gt;{this.state.message}&lt;\/p&gt;\r\n      &lt;\/div&gt;\r\n    );\r\n  }\r\n}<\/pre>\n<p>We can see that both <a title=\"Angular Development\" href=\"https:\/\/2thenew.xyz\/front-end-angularjs-development\">React and Angular 2<\/a> uses component (which is based on class feature of ES6)<br \/>\nComponent used in Angular 2 is quite difficult as compared to React. As they use annotation or can say, decorators (which has a quite unusual syntax with JS code).<\/p>\n<p>On the other side, Angular 2 uses template URL to store HTML (which is separate from JS code)<br \/>\nBut React uses inline HTML code (which is coupled component with HTML and JS code ie. messy code).<\/p>\n<p><strong>2. ECMA 6<\/strong> : Both React and Angular 2 uses latest ECMA 6 features but React\u00a0uses Babel \u00a0to transpile ES6\/ES2015 code into its ES5 counterpart. While Angular use typescript (mostly) which uses adds static types inside javascript. This static types used inside JS is a demerit in itself.<\/p>\n<p><strong>3 DataFlow :<\/strong> Angular 2 is based on bi-directional data flow while React JS is based on uni-directional data flow.<\/p>\n<p><strong>4. Routing :<\/strong> Angular 2 has its own routing functionality in its own framework. While React relies on another library &#8220;react-router&#8221;.<\/p>\n<p><strong>5. DOM :\u00a0<\/strong>React JS use Virtual DOM (Javascript representation\u00a0of actual DOM) to manipulate the actual DOM , which makes it quite fast and efficient in comparison to Angular 2 which directly manipulate actual DOM.<\/p>\n<p><strong>6. Tooling Support :<\/strong> For tool used to support React we need to search for those which supports JSX feature . Although there are many tools in the market which support JSX. But Angular 2 does not require any special tool as it stores HTML in a separate file.<\/p>\n<p><strong>7. Architecture :\u00a0<\/strong>React does not provide any architecture , but facebook developers suggest to use either flux or redux based architecture which supports\u00a0unidirectional data flow.On the other hand, Angular was based on MVC architecture earlier but later in <a title=\"Angular 2\" href=\"https:\/\/2thenew.xyz\/blog\/building-intuitive-frontend-interfaces-with-angularjs\/\">Angular 2<\/a>, architecture is based on the component with bidirectional data flow with the concept of dependency injection (most opinionated\u00a0) .<\/p>\n<p>So we can see that both React and Angular 2 have pros and cons when compared with each other with respect to their core concepts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog we are going to discuss in summary, difference\u00a0between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison\u00a0for both. 1. Component: [&hellip;]<\/p>\n","protected":false},"author":935,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":11,"footnotes":""},"categories":[1439,3429,1],"tags":[3180,3955,4697,3505,4857,2046],"class_list":["post-38006","post","type-post","status-publish","format-standard","hentry","category-angular","category-front-end-development","category-technology","tag-angular-2","tag-angular-development","tag-angularjs-development-company","tag-react-native","tag-react-js","tag-reactjs"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vishnu Singh Shekhawat\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"React JS vs Angular 2 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"React JS vs Angular 2 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#article\",\"name\":\"React JS vs Angular 2 | TO THE NEW Blog\",\"headline\":\"React JS vs Angular 2\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vishnu-shekhawat\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2016-07-24T00:13:50+05:30\",\"dateModified\":\"2018-02-26T12:29:37+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#webpage\"},\"articleSection\":\"AngularJS, Front End Development, Technology, Angular 2, angular development, AngularJS Development Company, react native, React.js, reactJS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#listItem\",\"name\":\"React JS vs Angular 2\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#listItem\",\"position\":3,\"name\":\"React JS vs Angular 2\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vishnu-shekhawat\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vishnu-shekhawat\\\/\",\"name\":\"Vishnu Singh Shekhawat\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/291ee638-64ee-4f65-8a4c-0fac41fa9247_vishnu.shekhawat@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Vishnu Singh Shekhawat\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/\",\"name\":\"React JS vs Angular 2 | TO THE NEW Blog\",\"description\":\"In this blog we are going to discuss in summary, difference between the two most popular JS (library\\\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/react-js-vs-angular-2\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vishnu-shekhawat\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vishnu-shekhawat\\\/#author\"},\"datePublished\":\"2016-07-24T00:13:50+05:30\",\"dateModified\":\"2018-02-26T12:29:37+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"React JS vs Angular 2 | TO THE NEW Blog","description":"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:","canonical_url":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#article","name":"React JS vs Angular 2 | TO THE NEW Blog","headline":"React JS vs Angular 2","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vishnu-shekhawat\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"datePublished":"2016-07-24T00:13:50+05:30","dateModified":"2018-02-26T12:29:37+05:30","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#webpage"},"articleSection":"AngularJS, Front End Development, Technology, Angular 2, angular development, AngularJS Development Company, react native, React.js, reactJS"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#listItem","name":"React JS vs Angular 2"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#listItem","position":3,"name":"React JS vs Angular 2","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/vishnu-shekhawat\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/vishnu-shekhawat\/","name":"Vishnu Singh Shekhawat","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/291ee638-64ee-4f65-8a4c-0fac41fa9247_vishnu.shekhawat@tothenew.com.jpg","width":96,"height":96,"caption":"Vishnu Singh Shekhawat"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/","name":"React JS vs Angular 2 | TO THE NEW Blog","description":"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vishnu-shekhawat\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/vishnu-shekhawat\/#author"},"datePublished":"2016-07-24T00:13:50+05:30","dateModified":"2018-02-26T12:29:37+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"React JS vs Angular 2 | TO THE NEW Blog","og:description":"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:","og:url":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"React JS vs Angular 2 | TO THE NEW Blog","twitter:description":"In this blog we are going to discuss in summary, difference between the two most popular JS (library\/framework) i.e Angular 2 and React JS On the very first note, React JS is just a library and Angular 2 is a whole framework (which is still undergoing changes). But we can have a comparison for both. 1. Component:","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"38006","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 14:36:35","updated":"2024-02-29 09:16:53","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tReact JS vs Angular 2\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"React JS vs Angular 2","link":"https:\/\/2thenew.xyz\/blog\/react-js-vs-angular-2\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/38006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/935"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=38006"}],"version-history":[{"count":3,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/38006\/revisions"}],"predecessor-version":[{"id":52772,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/38006\/revisions\/52772"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=38006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=38006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=38006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}