{"id":1092,"date":"2019-11-11T13:21:20","date_gmt":"2019-11-11T13:21:20","guid":{"rendered":"https:\/\/devtechnosys.ae\/blog\/?p=1092"},"modified":"2025-09-17T10:00:24","modified_gmt":"2025-09-17T04:30:24","slug":"a-short-story-about-react-native","status":"publish","type":"post","link":"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/","title":{"rendered":"What is React Native ? A Quick Guide"},"content":{"rendered":"<p style=\"text-align: justify;\">React Native is one of the leading mobile app development frameworks designed and developed by Facebook. It is an open-source platform that is used for developing mobile apps for Android, iOS, UWP, and other such mobiles.<\/p><div id=\"ez-toc-container\" class=\"ez-toc-v2_0_81 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#Mobile_Web_Limitations\" >Mobile Web Limitations<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#Finding_a_Solution\" >Finding a Solution<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#More_Research_and_Development\" >More Research and Development<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#Releasing_the_React_Native_Framework\" >Releasing the React Native Framework<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#The_Working_of_the_React_Native\" >The Working of the React Native<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#React_Principles\" >React Principles<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#The_Bridge\" >The Bridge<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#Extension_to_Other_Operating_Software\" >Extension to Other Operating Software<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#%E2%80%9CLearn_Once_and_Run_Everywhere%E2%80%9D\" >&#8220;Learn Once and Run Everywhere&#8221;<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/devtechnosys.ae\/blog\/a-short-story-about-react-native\/#Final_Words\" >Final Words<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n<p style=\"text-align: justify;\">The framework is especially famous for its ability to allow the JavaScript codes to run in smartphones (which is quite surprising but amazing for the users).<\/p>\n<p style=\"text-align: justify;\">Let\u2019s go a bit deep into the history and know-how React Native emerged? Who was the founder of this framework? And, how did it receive immense popularity from mobile developers?<\/p>\n<p style=\"text-align: justify;\">Coming to the present scenario as to why people <strong><a href=\"https:\/\/devtechnosys.ae\/react-native-app-development\">Hire React Native Developers<\/a><\/strong> for their mobile application development and designing?<br \/>\nEver since Swift emerged, React Native garnered a lot of attention from mobile development companies.<\/p>\n<p style=\"text-align: justify;\">React Native serves as the platform for mobile app developers who want to build native apps for iOS and Android smartphones.<\/p>\n<p style=\"text-align: justify;\">The introduction of React Native in the mobile app development market helped app developers to create their desired mobile applications with little to no complexity.<\/p>\n<p style=\"text-align: justify;\"><strong>In this post, we will discuss the history and development of React Native. Keep reading.<\/strong><\/p>\n<ol style=\"text-align: justify;\">\n<li>Mobile Web Limitations<\/li>\n<li>Finding a Solution<\/li>\n<li>More Research and Development<\/li>\n<li>Releasing the React Native Framework<\/li>\n<li>The Working of the React Native<\/li>\n<li>React Principles<\/li>\n<li>The Bridge<\/li>\n<li>Extension to Other Operating Software<\/li>\n<\/ol>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"Mobile_Web_Limitations\"><\/span>Mobile Web Limitations<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\"><strong>Christopher<\/strong> got an opportunity to work with the photo album group of the most popular social media platform, Facebook in 2013.<\/p>\n<p style=\"text-align: justify;\">When he entered the company, the team had already accepted the challenge of making Facebook a mobile-first product. The main idea of the team was to build a native mobile container consisting of WebView.<\/p>\n<p style=\"text-align: justify;\">But the idea did not perform well. Users started complaining about the poor technical system.<\/p>\n<p style=\"text-align: justify;\">The major shortcoming was the lack of mobile-centered API. Some of the main features that the company could not include were:<\/p>\n<ul style=\"text-align: justify;\">\n<li>A Keyboard API that could automatically discover if the keyboard was there or not.<\/li>\n<li>A logical image management system<\/li>\n<li>A touch handling and gesture API<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Luckily, the native app developers never encounter these issues. Not only does this framework offer a free keyboard API for iOS and Android app developers, but it allows a proper touch management system.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1098\" src=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-web-limitations.png\" alt=\"mobile-web-limitations\" width=\"960\" height=\"720\" srcset=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-web-limitations.png 960w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-web-limitations-300x225.png 300w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-web-limitations-768x576.png 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/p>\n<p style=\"text-align: justify;\">For logical image management, most of the developers rely on <strong><a href=\"https:\/\/square.github.io\/picasso\/\" target=\"_blank\" rel=\"nofollow noopener\">Picasso<\/a> <\/strong>and <strong><a href=\"https:\/\/frescolib.org\/\" target=\"_blank\" rel=\"nofollow noopener\">Fresco<\/a> <\/strong>(it is for Android developers only). The iOS mobile app developers use Nuke for better image management. Sure, there are benefits that every native mobile app developer gets to enjoy. But with that comes some limitations such as:<\/p>\n<p style=\"text-align: justify;\">The prototyping and overall testing process are a bit slow. Whether it is designing the app or having it tested by a professional, iOS apps build on React Native have a slow prototyping procedure. The main procedure it has to go through is:<\/p>\n<ul style=\"text-align: justify;\">\n<li>Coding<\/li>\n<li>Creating binary<\/li>\n<li>Building distribution certificates as well as provisioning profiles<\/li>\n<li>Submitting it to the App Store<\/li>\n<li>Get it checked by Apple algorithm<\/li>\n<li>Design the Testflight<\/li>\n<li>Download it<\/li>\n<li>Install the application<\/li>\n<li>And, test<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Depending on the type and number of platforms you choose, you might need to develop 2-3 codebases. This is one of the most challenging, time-consuming, and costly processes. Also, the mobile app development company would not design a complex app that the React Native framework couldn\u2019t support.<\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"Finding_a_Solution\"><\/span>Finding a Solution<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">While addressing all these problems, Mark Zuckerberg said:<\/p>\n<p style=\"text-align: justify;\">\u201cOur Biggest Mistake Was Betting Too Much on <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/HTML5\" target=\"_blank\" rel=\"follow noopener\">HTML 5<\/a><\/strong>\u201d. He further added that the Facebook team would resolve the issue and provide the users with a better mobile experience at the earliest possible time.<\/p>\n<p style=\"text-align: justify;\">That was the time when the entire team, along with <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Mark_Zuckerberg\" target=\"_blank\" rel=\"follow noopener\">Zuckerberg<\/a><\/strong>, decided to come up with a new strategy and find some other way to enhance the mobile experience for users. According to Christopher Chedeau, it was Jordan (from the Facebook team) who managed to separate the React JavaScript from the Facebook Stack.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1099\" src=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/solution.png\" alt=\"solution\" width=\"885\" height=\"403\" srcset=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/solution.png 885w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/solution-300x137.png 300w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/solution-768x350.png 768w\" sizes=\"auto, (max-width: 885px) 100vw, 885px\" \/><\/p>\n<p style=\"text-align: justify;\">Jordan Walke, Christopher Chedeau, Lin He, and Ashwin Bharambe were the four individuals from the Facebook team that took the mission in their hands and decided to come up with something that could actually work within 2 days<\/p>\n<p style=\"text-align: justify;\">The group managed to fulfill their promise and they developed <strong>Native UI Elements<\/strong> from the JavaScript Thread that could be operated straight on the mobile devices.<\/p>\n<p style=\"text-align: justify;\">One of the major achievements of this step was the elimination of the <strong>&#8220;slow iteration process&#8221;<\/strong> issue. By this time, Facebook had already overcome the iteration slowness matter.<\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"More_Research_and_Development\"><\/span>More Research and Development<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">This amazing idea and development of Christopher, along with the three individuals got so popular that the team became a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Hackathon\" target=\"_blank\" rel=\"follow noopener\">Hackathon<\/a> (a group of people that intend to work on a software or Hardware project and complete it within a given timeframe). The main goal of the Hackathon was to design a platform that can help developers to create native apps.<\/p>\n<p style=\"text-align: justify;\">However, this Hackathon resulted in two different responses among the Facebook team members. The first group noticed the potential but was not ready to take it to the real Facebook applications and the other group observed the potential and was ready to try it on Facebook Apps.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1100\" src=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/research-and-development.png\" alt=\"research-and-development\" width=\"2972\" height=\"1552\" srcset=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/research-and-development.png 2972w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/research-and-development-300x157.png 300w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/research-and-development-768x401.png 768w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/research-and-development-1024x535.png 1024w\" sizes=\"auto, (max-width: 2972px) 100vw, 2972px\" \/><\/p>\n<p style=\"text-align: justify;\">Three months passed and the team could not come up with a final and production-ready application. The reason was pretty simple: the team focused on building the React Native framework and as a result, the production was affected.<\/p>\n<p style=\"text-align: justify;\">This was the time when Christopher and Jordan along with their team decided to invest their full time in creating React Native platform than focusing on other products and the pending development projects.<\/p>\n<blockquote>\n<p style=\"text-align: center;\"><strong>Read More: <a href=\"https:\/\/devtechnosys.ae\/blog\/choose-react-native-app-development\/\">Reasons Behind Choosing React Native For Mobile App Development<\/a><\/strong><\/p>\n<\/blockquote>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"Releasing_the_React_Native_Framework\"><\/span>Releasing the React Native Framework<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">It took years for Facebook and the Hackathon to develop React Native and release it in the app development market. In 2015, Tom Occhino presented the React Native and released it to the audience in an amazing way.<\/p>\n<p style=\"text-align: justify;\">He talked about the development of the platform, beginning from the XHP, and passing through the React JavaScript Phase. It was the first version of the <strong>React JavaScript<\/strong> Configuration that was released in 2015.<\/p>\n<p style=\"text-align: justify;\">While giving a technical interview, Christopher said that they had started using the React Native framework for the development of their Ads Manager and Group applications.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1101 aligncenter\" src=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/story-react-native.png\" alt=\"story-react-native\" width=\"764\" height=\"937\" srcset=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/story-react-native.png 764w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/story-react-native-245x300.png 245w\" sizes=\"auto, (max-width: 764px) 100vw, 764px\" \/><\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"The_Working_of_the_React_Native\"><\/span>The Working of the React Native<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">As mentioned before, the main purpose of the group was to leverage both areas i.e. the brilliant potential of native SDKs and the amazing speed of JavaScript.<\/p>\n<p style=\"text-align: justify;\">To make the app development process a bit faster, reliable, and error-free, there are two essential factors that every company providing <strong><a href=\"https:\/\/devtechnosys.ae\/react-native-app-development\">React Native development services<\/a><\/strong> consider. They are:<\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"React_Principles\"><\/span>React Principles<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">The introduction of the Virtual DOM was the main concept in React Native framework. It transformed the way JavaScript Frameworks are designed. The major factor that makes the Virtual DOM and the React Native platform unique from other frameworks is its simplicity and easier methods to develop JS from the coder and app developer&#8217;s side.<\/p>\n<p style=\"text-align: justify;\">The only thing a programmer needs to do is write the original JS, which could update React&#8217;s elements. That&#8217;s it! The Virtual DOM is automatically updated by the React. It follows a one-way data-binding approach.<\/p>\n<p style=\"text-align: justify;\">When the programmer types the code in the input area in the React UI, the framework does not alter the element&#8217;s state. It rather changes the data model, which then automatically makes the React UI to be modified.<\/p>\n<p style=\"text-align: justify;\">This way, the code and text you entered in the input area are displayed. Contrary to popular beliefs, DOM has never been slow. React Native and Virtual DOM is mainly considered by app developers who want the process to go as fast and smooth as possible.<\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"The_Bridge\"><\/span>The Bridge<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">The most imperative and amazing part of the React Native software is the Bridge. The bridge is often considered the heart of React Native; after all, it is a bridge that facilitates the asynchronous communication between the JavaScript codes and the Native language (the two different worlds).<\/p>\n<p style=\"text-align: justify;\"><strong>The three specialties of the bridge are as follows:<\/strong><\/p>\n<ul style=\"text-align: justify;\">\n<li>Serializable<\/li>\n<li>Batched<\/li>\n<li>Asynchronous<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">If you think it from the programmer&#8217;s perspective, these benefits make the bridge a perfect architecture of React Native. If the tester&#8217;s perspective is taken into consideration, then React Native can decouple native tests from the JavaScript tests.<\/p>\n<h2 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"Extension_to_Other_Operating_Software\"><\/span>Extension to Other Operating Software<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align: justify;\">The best and unique part about the React Native platform is that its principles apply to almost all types of operating systems. In the same way, you write the code for Android, you can write it for the iOS device as long as you use React Native framework for app development. React Native also claims:<\/p>\n<h3 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"%E2%80%9CLearn_Once_and_Run_Everywhere%E2%80%9D\"><\/span>&#8220;Learn Once and Run Everywhere&#8221;<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: justify;\">This open-source framework was initially launched by Facebook in September 2015. The platform was only available for <strong><a href=\"https:\/\/devtechnosys.ae\/android-app-development\">Android app developers<\/a><\/strong>. Later on, some popular designers updated React Native and made it available for iOS, Web, macOS, Windows, and other platforms. Once you learn the programming and development process, you are all set to use React Native for all platforms.<\/p>\n<blockquote>\n<p style=\"text-align: center;\"><strong>Read More: <a href=\"https:\/\/devtechnosys.ae\/blog\/tips-to-reduce-app-development-cost\/\">Tips to Reduce Mobile App Development Cost With React Native<\/a><\/strong><\/p>\n<\/blockquote>\n<h3 style=\"text-align: justify;\"><span class=\"ez-toc-section\" id=\"Final_Words\"><\/span>Final Words<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: justify;\">React Native has brought several improvements in the development of mobile apps. It is there to stay and make it even better with time. All that you need to do as a business is take an attentive call and hire React Native developers and assure yourself of the soaring React Native benefits in its prime form.<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/devtechnosys.ae\/request-a-quote\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1103 size-full\" src=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-app-development-company-in-dubai.jpg\" alt=\"mobile app development company in dubai\" width=\"970\" height=\"250\" srcset=\"https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-app-development-company-in-dubai.jpg 970w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-app-development-company-in-dubai-300x77.jpg 300w, https:\/\/devtechnosys.ae\/blog\/wp-content\/uploads\/2019\/11\/mobile-app-development-company-in-dubai-768x198.jpg 768w\" sizes=\"auto, (max-width: 970px) 100vw, 970px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>React Native is one of the leading mobile app development frameworks designed and developed by Facebook. It is an open-source platform that is used for developing mobile apps for Android, iOS, UWP, and other such mobiles. The framework is especially famous for its ability to allow the JavaScript codes to run in smartphones (which is quite surprising but amazing for&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1093,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25,84,68,58,40],"tags":[374],"class_list":["post-1092","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mobile-app-development","category-android-app-development","category-iphone-app-development","category-react-native-app-development","category-technology","tag-story-about-react-native"],"acf":[],"_links":{"self":[{"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/posts\/1092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/comments?post=1092"}],"version-history":[{"count":12,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/posts\/1092\/revisions"}],"predecessor-version":[{"id":15130,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/posts\/1092\/revisions\/15130"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/media\/1093"}],"wp:attachment":[{"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/media?parent=1092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/categories?post=1092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devtechnosys.ae\/blog\/wp-json\/wp\/v2\/tags?post=1092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}