{"id":1804,"date":"2019-10-16T07:20:40","date_gmt":"2019-10-16T07:20:40","guid":{"rendered":"https:\/\/www.techmagazines.net\/?p=1804"},"modified":"2019-10-19T04:40:06","modified_gmt":"2019-10-19T04:40:06","slug":"react-js-vs-react-native","status":"publish","type":"post","link":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/","title":{"rendered":"React.js vs. React Native: A Comparison Guide"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 4<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<p><a href=\"https:\/\/www.techmagazines.net\/category\/software\/\">Software developers<\/a> work with a variety of mobile development tools depending on project requirements such as custom features, time constraints, and more. With those necessities in mind, it is critical to have a reliable, functional component library and framework that you can depend on to create professional, <a href=\"https:\/\/www.techmagazines.net\/category\/apps\/\">mobile applications<\/a>.<\/p>\n\n\n\n<p>React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.<\/p>\n\n\n\n<p>Changing components such as buttons, dropdown lists, and interactive charts provide users with a dynamic experience. Those features enhance the user\u2019s overall experience, which is why developers take the time to invest in the interfaces of a website or mobile application.<\/p>\n\n\n\n<p>Whether you\u2019re an experienced developer or just beginning to learn about website and mobile <a href=\"https:\/\/www.techmagazines.net\/top-10-mobile-app-development-companies-usa-2019\/\">app development<\/a>, this post will help you understand the framework and the library. Then, you can understand the circumstances in which you would use one, the other, or both.<\/p>\n\n\n\n<p>React.js and React Native Differences<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is React.js?<\/strong><\/h3>\n\n\n\n<p>React.js is a JavaScript library. Libraries are collections of \u201cfiles, programs, routines, scripts, or functions that can be referenced in the programming code.\u201d&nbsp;<\/p>\n\n\n\n<p>React.js &#8211; otherwise known as React &#8211; was released by Facebook in 2013 and was created so developers could build user interfaces for single page website applications.<\/p>\n\n\n\n<p>The frontend UI uses JavaScript libraries and JSX to streamline developers\u2019 work processes by providing the heavy coding for a variety of commonly used components; programmers can choose to leave components as is or modify them when needed.<\/p>\n\n\n\n<p>Both single-page applications and mobile apps can be developed using React.js. Users can develop those applications by creating reusable UI components, placing them in a desired position, and inputting information applicable to the project.<\/p>\n\n\n\n<p><strong>What is React Native?<\/strong><\/p>\n\n\n\n<p>React.js\u2019 counterpart, React Native, is a JavaScript framework. Frameworks determine the structure of the project. This open-source development framework was released by Facebook in 2015 and is specifically used to make mobile apps.<\/p>\n\n\n\n<p>Furthermore, the JavaScript framework supports cross-platform development, so developers can use it to make applications for both iOS and <a href=\"https:\/\/www.techmagazines.net\/concerns-regarding-app-development\/\">Android devices<\/a>. Cross-platform capabilities are appealing to many developers because it cuts down the amount of time developers need to work because the code can be reused.<\/p>\n\n\n\n<p><strong>Library vs. Framework<\/strong><\/p>\n\n\n\n<p>Frameworks determine the way users code their project, making it essential for people to figure out how the framework components are accessed and functioned before productively using it.<\/p>\n\n\n\n<p>Libraries provide users control that frameworks don\u2019t, as they come with code that can be used as is or be modified.<\/p>\n\n\n\n<p>The most significant difference between the two is the Inversion of Control. <a href=\"https:\/\/www.geeksforgeeks.org\/software-framework-vs-library\/\">Geeks for Geeks explains<\/a> the concept well by clarifying, \u201cwhen we call a method from a library, we are in control. However, in a framework, the control is inverted, i.e., the framework calls us.\u201d<\/p>\n\n\n\n<p>So, frameworks are used for the structure of the project, whereas libraries are typically imported on an as needed basis to fulfill a task, such as creating a checkout process on your website.<\/p>\n\n\n\n<p>React.js and React Native Similarities<\/p>\n\n\n\n<p>While there are stark differences between the two, React.js and React Native have a lot in common! Here are a few key similarities to take note of.<\/p>\n\n\n\n<p><strong>Creation<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; Users can create a software solution from scratch or by using existing projects. The framework and library don\u2019t rule out the modification of preexisting applications that might have some beneficial aspects already.<\/p>\n\n\n\n<p><strong>Modification<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; Since both the JavaScript library and JavaScript framework are open-source, programmers can modify the code to meet the needs of the clients or themselves.<\/p>\n\n\n\n<p><strong>Language<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; React.js and React Native are based in the same language, JavaScript. Users interested in using both the component library and the framework are in luck because they don\u2019t have to bounce between two or more languages to develop a mobile application,<\/p>\n\n\n\n<p><strong>Development Time<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; Development time likely shortens when programmers choose to use React.js and\/or React Native. While not as simple as drag and drop, the component library and framework both feature timesaving elements.<\/p>\n\n\n\n<p><strong>Documentation<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; Both React.js and React Native are strengthened by thorough documentation. Documentation assists developers in their understanding of the component library or framework. Both documents introduce users to the elements that can be used by sharing what they can do and how to implement them using JavaScript.<\/p>\n\n\n\n<p><strong>Growth<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; Both of the communities are growing! A prospering community is excellent for the expansion of knowledge and discovery because those things can lead to updates that change development processes for the better.<\/p>\n\n\n\n<p><strong>Facebook<\/strong><\/p>\n\n\n\n<p>\u2022 &nbsp; As previously mentioned, Facebook released the JavaScript library and framework, and the community continually updates the documentation.<\/p>\n\n\n\n<p>Choosing React.js or React Native<\/p>\n\n\n\n<p>If you\u2019re a web developer, you\u2019ve probably tried out a variety of tools to create interfaces for yourself, your company, or your clients. Regardless of your audience, you should consider using a comprehensive JavaScript library or framework to build professional user interfaces; React.js and React Native offer you just that.<\/p>\n\n\n\n<p>React.js is used solely for web development; people use React Native to create applications for the web, Android, and iOS. So, you should choose one or the other based on what your project is for.<\/p>\n\n\n\n<p>Furthermore, it is highly encouraged to understand React.js before learning React Native. Skills a developer learns from React.js can be beneficial for using React Native, but it doesn\u2019t apply vice versa. It\u2019s arguably simpler for someone to <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/reactjs.org\/tutorial\/tutorial.html\">learn React.js<\/a> first because it will help users understand the more complex aspects of React Native, such as customizing modules.<\/p>\n\n\n\n<p>The similarities and differences of the open-source software component library and framework can inspire developers differently. So, the choice is yours! You now know the benefits and drawbacks of both React.js and React Native, so use that knowledge and share it with other developers and coworkers. For more visit at <a rel=\"noreferrer noopener\" href=\"http:\/\/www.codeauthority.com\/\" target=\"_blank\">www.codeauthority.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"wpm_excerpt clearfix\"><p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 4<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.<\/p>\n<\/div>","protected":false},"author":1,"featured_media":1805,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,2],"tags":[],"class_list":["post-1804","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software","category-tech-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>React.js vs. React Native: A Comparison Guide | Tech Magazine<\/title>\n<meta name=\"description\" content=\"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"React.js vs. React Native: A Comparison Guide | Tech Magazine\" \/>\n<meta property=\"og:description\" content=\"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\" \/>\n<meta property=\"og:site_name\" content=\"Tech Magazine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100007079021205&amp;ref=br_rs\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100007079021205&amp;ref=br_rs\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-16T07:20:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-19T04:40:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"945\" \/>\n\t<meta property=\"og:image:height\" content=\"532\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Amit Gupta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amit Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\"},\"author\":{\"name\":\"Amit Gupta\",\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2\"},\"headline\":\"React.js vs. React Native: A Comparison Guide\",\"datePublished\":\"2019-10-16T07:20:40+00:00\",\"dateModified\":\"2019-10-19T04:40:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\"},\"wordCount\":1012,\"publisher\":{\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2\"},\"image\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg\",\"articleSection\":[\"Software\",\"Tech News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\",\"url\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\",\"name\":\"React.js vs. React Native: A Comparison Guide | Tech Magazine\",\"isPartOf\":{\"@id\":\"https:\/\/www.techmagazines.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg\",\"datePublished\":\"2019-10-16T07:20:40+00:00\",\"dateModified\":\"2019-10-19T04:40:06+00:00\",\"description\":\"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage\",\"url\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg\",\"contentUrl\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg\",\"width\":945,\"height\":532,\"caption\":\"React.js vs. React Native\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.techmagazines.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"React.js vs. React Native: A Comparison Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.techmagazines.net\/#website\",\"url\":\"https:\/\/www.techmagazines.net\/\",\"name\":\"Tech Magazines\",\"description\":\"Best Digital Tech Magazines Site\",\"publisher\":{\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.techmagazines.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2\",\"name\":\"Amit Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/03\/cropped-technologies-2.png\",\"contentUrl\":\"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/03\/cropped-technologies-2.png\",\"width\":500,\"height\":125,\"caption\":\"Amit Gupta\"},\"logo\":{\"@id\":\"https:\/\/www.techmagazines.net\/#\/schema\/person\/image\/\"},\"description\":\"Amit Gupta is an experienced digital marketer, expert writer, and founder of Tech Magazine. With 5+ years in the industry, he specializes in creating in-depth content on Technology Updates, IoT, Gaming, Gadget, Web Development, and Artificial Intelligence. Connect on Facebook and Linkedin.\",\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=100007079021205&ref=br_rs\"],\"url\":\"https:\/\/www.techmagazines.net\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"React.js vs. React Native: A Comparison Guide | Tech Magazine","description":"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.","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:\/\/www.techmagazines.net\/react-js-vs-react-native\/","og_locale":"en_US","og_type":"article","og_title":"React.js vs. React Native: A Comparison Guide | Tech Magazine","og_description":"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.","og_url":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/","og_site_name":"Tech Magazine","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100007079021205&ref=br_rs","article_author":"https:\/\/www.facebook.com\/profile.php?id=100007079021205&ref=br_rs","article_published_time":"2019-10-16T07:20:40+00:00","article_modified_time":"2019-10-19T04:40:06+00:00","og_image":[{"width":945,"height":532,"url":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg","type":"image\/jpeg"}],"author":"Amit Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amit Gupta","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#article","isPartOf":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/"},"author":{"name":"Amit Gupta","@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2"},"headline":"React.js vs. React Native: A Comparison Guide","datePublished":"2019-10-16T07:20:40+00:00","dateModified":"2019-10-19T04:40:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/"},"wordCount":1012,"publisher":{"@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2"},"image":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg","articleSection":["Software","Tech News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/","url":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/","name":"React.js vs. React Native: A Comparison Guide | Tech Magazine","isPartOf":{"@id":"https:\/\/www.techmagazines.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage"},"image":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg","datePublished":"2019-10-16T07:20:40+00:00","dateModified":"2019-10-19T04:40:06+00:00","description":"Read the article about React.js vs. React Native: A Comparison Guide. React.js and React Native simplify the developer\u2019s interface creation process, but there is a critical difference between them: one is a library, and the other is a framework.","breadcrumb":{"@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techmagazines.net\/react-js-vs-react-native\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#primaryimage","url":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg","contentUrl":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/10\/imageedit_5_9925462193-1-945x532.jpg","width":945,"height":532,"caption":"React.js vs. React Native"},{"@type":"BreadcrumbList","@id":"https:\/\/www.techmagazines.net\/react-js-vs-react-native\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.techmagazines.net\/"},{"@type":"ListItem","position":2,"name":"React.js vs. React Native: A Comparison Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.techmagazines.net\/#website","url":"https:\/\/www.techmagazines.net\/","name":"Tech Magazines","description":"Best Digital Tech Magazines Site","publisher":{"@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.techmagazines.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/9827714c3556d6a5d325c9af0386dac2","name":"Amit Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/image\/","url":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/03\/cropped-technologies-2.png","contentUrl":"https:\/\/www.techmagazines.net\/wp-content\/uploads\/2019\/03\/cropped-technologies-2.png","width":500,"height":125,"caption":"Amit Gupta"},"logo":{"@id":"https:\/\/www.techmagazines.net\/#\/schema\/person\/image\/"},"description":"Amit Gupta is an experienced digital marketer, expert writer, and founder of Tech Magazine. With 5+ years in the industry, he specializes in creating in-depth content on Technology Updates, IoT, Gaming, Gadget, Web Development, and Artificial Intelligence. Connect on Facebook and Linkedin.","sameAs":["https:\/\/www.facebook.com\/profile.php?id=100007079021205&ref=br_rs"],"url":"https:\/\/www.techmagazines.net\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/posts\/1804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/comments?post=1804"}],"version-history":[{"count":0,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/posts\/1804\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/media\/1805"}],"wp:attachment":[{"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/media?parent=1804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/categories?post=1804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techmagazines.net\/wp-json\/wp\/v2\/tags?post=1804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}