{"id":806,"date":"2019-03-26T13:56:19","date_gmt":"2019-03-26T11:56:19","guid":{"rendered":"https:\/\/lasoft.org\/blog\/?p=806"},"modified":"2024-06-24T21:19:46","modified_gmt":"2024-06-24T18:19:46","slug":"ionic-vs-react-native","status":"publish","type":"post","link":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/","title":{"rendered":"Ionic vs. React Native: Let the Battle Begin!"},"content":{"rendered":"<p>The world is rapidly going mobile, and everybody uses dozens of mobile apps daily. Apps are mushrooming in all segments of business: healthcare, construction, finance, transportation, and logistics, etc. More and more enterprises are leveraging mission-critical mobile apps to improve their operational efficiency, track performance, and drive sales.<\/p>\n<p>And here comes the question: which technology to adopt for development of the future groundbreaking app? The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native. <\/p>\n\n<h2>The basics<\/h2>\n<h3>Ionic<\/h3>\n<p>Ionic is an open-source, cross-platform framework for hybrid mobile app development using web technologies (HTML, CSS, and JavaScript). Its original version was released in 2013 by Drifty Co. Ionic was built on top of Apache Cordova and Angular JS. It has a single and reusable code base and a set of pre-developed UI components and functions.<\/p>\n\n<table id=\"tablepress-8\" class=\"tablepress tablepress-id-8\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Pros<\/th><th class=\"column-2\">Cons<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Adaptability<\/td><td class=\"column-2\">Performance issues arise when using too many callbacks to the native code<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Platform-independence (HTML, JS, CSS, or Angular) allows quick development and testing cycles, minimal maintenance, and lower costs<\/td><td class=\"column-2\">Framework dependencies<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Develop an app once, and deploy across iOS, Android, and Windows devices<\/td><td class=\"column-2\">Difficult development of heavy graphical apps like 3D games<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Wrapped by Cordova and PhoneGap<\/td><td class=\"column-2\">System overhead due to the use of the WebView (to deliver a native-like experience)<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Easy to learn <\/td><td class=\"column-2\">Security problems may occur. It\u2019s not recommended to use Ionic for development of financial\/banking apps<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Works on UIWebView (iOS) or WebView (Android)<\/td><td class=\"column-2\">It can be relatively complex to build in-app navigation<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Variety of templates allows fast prototyping<\/td><td class=\"column-2\">Prolonged app loading and deteriorated responsiveness at the CPU load due to the use of a browser<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Rich library of front-end building blocks<\/td><td class=\"column-2\">You need to use Apache Cordova plugins to access the device\u2019s hardware functionality<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">Lots of UI components available (buttons, cards, toggles, inputs, segments, row\/column grids, lists, etc.)<\/td><td class=\"column-2\">Sometimes it requires a lot of time to set up the deployment process across all platforms because some native mobile functionality has different requirements and the way of access.<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">Great community support<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">Free and open-source<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">Plugins for smartphone-specific apps (camera, Bluetooth, fingerprint scanner, geolocation, push notifications, etc.)<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-14\">\n\t<td class=\"column-1\">Clear, accessible, detailed and updated documentation<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-8 from cache -->\n<h3>React Native<\/h3>\n<p>React Native is a cross-platform framework for the building of native apps, as well as cross-platform applications that are hard to distinguish from native. It was released by Facebook in 2015. React Native is based on JavaScript technology.<\/p>\n\n<table id=\"tablepress-9\" class=\"tablepress tablepress-id-9\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Pros<\/th><th class=\"column-2\">Cons<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Great code reuse. In some cases, up to 95% of the code reuse helps substantially cut costs on development<\/td><td class=\"column-2\">There is a need for native development skills for some platform-specific modules<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Excellent performance (much better than Ionic) due to native controls and native modules<\/td><td class=\"column-2\">Problems due to frequent updates<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Increased development speed<\/td><td class=\"column-2\">Immaturity of the React Native. It is still new and on the stage of improvement<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Vast developers community helps speed up the learning<\/td><td class=\"column-2\">Lack of custom modules, others are underdeveloped<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Time efficiency due to \u2018hot reloading\u2019<\/td><td class=\"column-2\">A lot of time to initialize the runtime<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Native look and feel of the apps<\/td><td class=\"column-2\">Problems with memory management<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Third-party plugins supported<\/td><td class=\"column-2\">Security issues<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Increased development speed due to ready-made components available in the open-source library<\/td><td class=\"column-2\">Available documentation is poor<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">Simplified data binding (child elements cannot affect the parent data)<\/td><td class=\"column-2\">You need sticking to the licensing rules because React Native is backed by Facebook<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">Platform-independent code<\/td><td class=\"column-2\">Steep learning curve. If you don\u2019t have React background, you\u2019ll need some additional time to get in<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">More flexible development due to the modular architecture<\/td><td class=\"column-2\">A small collection of ready-made components<\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">Apps are reliable and stable, which make React Native suitable for large and complex projects<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-9 from cache -->\n<h3>Ionic vs. React Native: comparison table<\/h3>\n<p>Both Ionic and React Native are amazing frameworks, but they have different specialties for different things, also, they have their pros and cons. The frameworks do different things, and both do them the right way.<\/p>\n\n<table id=\"tablepress-10\" class=\"tablepress tablepress-id-10\">\n<thead>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/td><th class=\"column-2\">Ionic<\/th><th class=\"column-3\">React Native<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Origin<\/td><td class=\"column-2\">Drifty.Co<\/td><td class=\"column-3\">Facebook<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Getting started<\/td><td class=\"column-2\">https:\/\/ionicframework.com\/<\/td><td class=\"column-3\">https:\/\/facebook.github.io\/react-native\/<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Purpose<\/td><td class=\"column-2\">Write once, run anywhere<\/td><td class=\"column-3\">Learn once, write anywhere<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Mobile apps type<\/td><td class=\"column-2\">Hybrid apps<\/td><td class=\"column-3\">Cross-platform native-like apps<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Cross-platform applicability<\/td><td class=\"column-2\">Most of the codebase is reusable for different platforms<\/td><td class=\"column-3\">Most of the codebase is reusable but requires adaptation to a particular platform<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Language stack<\/td><td class=\"column-2\">Web technologies - HTML, CSS, JavaScript, Angular, TypeScript<\/td><td class=\"column-3\">React and JavaScript<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Supported platforms<\/td><td class=\"column-2\">iOS, Android, UWP, PWA<\/td><td class=\"column-3\">iOS, Android, UWP<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Performance<\/td><td class=\"column-2\">Moderate due to WebView<\/td><td class=\"column-3\">Close to native, comparatively faster<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">Documentation<\/td><td class=\"column-2\">First-class documentation, very clear and consistent<\/td><td class=\"column-3\">Very basic documentation<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">Code testing<\/td><td class=\"column-2\">Testing can be done in any browser. Very fast development-testing cycle<\/td><td class=\"column-3\">Real mobile device or emulator is necessary<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">UI engineering<\/td><td class=\"column-2\">Code sharing for the cost of native experience<\/td><td class=\"column-3\">Customization with built-in UI components<\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">UI rendering<\/td><td class=\"column-2\">HTML, CSS<\/td><td class=\"column-3\">Native UI controllers<\/td>\n<\/tr>\n<tr class=\"row-14\">\n\t<td class=\"column-1\">UX<\/td><td class=\"column-2\">Suboptimal<\/td><td class=\"column-3\">Responsive<\/td>\n<\/tr>\n<tr class=\"row-15\">\n\t<td class=\"column-1\">Learning curve<\/td><td class=\"column-2\">Low (more pre-developed &amp; pre-styled components)<\/td><td class=\"column-3\">Steep (few pre-developed components)<\/td>\n<\/tr>\n<tr class=\"row-16\">\n\t<td class=\"column-1\">Price<\/td><td class=\"column-2\">Open-source<\/td><td class=\"column-3\">Open-source<\/td>\n<\/tr>\n<tr class=\"row-17\">\n\t<td class=\"column-1\">GitHub stars<\/td><td class=\"column-2\">36,995<\/td><td class=\"column-3\">73,967<\/td>\n<\/tr>\n<tr class=\"row-18\">\n\t<td class=\"column-1\">Community<\/td><td class=\"column-2\">Large and strong<\/td><td class=\"column-3\">Large and strong<\/td>\n<\/tr>\n<tr class=\"row-19\">\n\t<td class=\"column-1\">Use cases<\/td><td class=\"column-2\">GE Transportation, MarketWatch, NHS, NASA<\/td><td class=\"column-3\">Facebook, Instagram, Uber, Airbnb, Skype, Bloomberg<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-10 from cache -->\n<h2>There\u2019s a lid for every pot<\/h2>\n<p>It\u2019s not so easy to make the right choice, huh? When deciding upon which framework to choose, you should consider the complexity of your project, the skills of developers, and the nature of the upcoming product.<\/p>\n<p>If you are a short-budget startup, Ionic will be really budget-friendly. If you are an established company and look forward to developing a complex native-feeling product, opt for React Native.<\/p>\n<p>If you focus on the excellent performance and want to cut costs by utilizing the code reusability, then React Native can deliver you these benefits. As well, If you require a really speedy delivery, choose to React Native.<\/p>\n<p>Though, if you need a temporary app for a particular event, an enterprise app, or any app with moderate traffic, consider choosing Ionic.<\/p>\n<p>If you want to implement sophisticated native features, e.g. fingerprint scanner or geolocation, give React Native a shot.<\/p>\n<p>And if you need launching the app as soon as possible, and consider limited mobile features, go with Ionic.<\/p>\n","protected":false},"excerpt":{"rendered":"The world is rapidly going mobile, and everybody uses dozens of mobile apps daily. Apps are mushrooming in all segments of business: healthcare, construction, finance, transportation, and logistics, etc. More and more enterprises are leveraging mission-critical mobile apps to improve their operational efficiency, track performance, and drive sales. And here comes the question: which technology&hellip;","protected":false},"author":2,"featured_media":803,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[240],"tags":[60,64],"coauthors":[133],"class_list":["post-806","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programming","tag-ionic","tag-lasoft"],"yoast_head":"<title>Ionic vs. React Native: Let the Battle Begin!<\/title>\n<meta name=\"description\" content=\"The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ionic vs. React Native: Let the Battle Begin!\" \/>\n<meta property=\"og:description\" content=\"The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/\" \/>\n<meta property=\"og:site_name\" content=\"Software Development Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lasoftians\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-26T11:56:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-24T18:19:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vasyl Varkholyak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LaSoftAgency\" \/>\n<meta name=\"twitter:site\" content=\"@LaSoftAgency\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vasyl Varkholyak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>","yoast_head_json":{"title":"Ionic vs. React Native: Let the Battle Begin!","description":"The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native.","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:\/\/lasoft.org\/blog\/ionic-vs-react-native\/","og_locale":"en_US","og_type":"article","og_title":"Ionic vs. React Native: Let the Battle Begin!","og_description":"The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native.","og_url":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/","og_site_name":"Software Development Blog","article_publisher":"https:\/\/www.facebook.com\/lasoftians\/","article_published_time":"2019-03-26T11:56:19+00:00","article_modified_time":"2024-06-24T18:19:46+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg","type":"image\/jpeg"}],"author":"Vasyl Varkholyak","twitter_card":"summary_large_image","twitter_creator":"@LaSoftAgency","twitter_site":"@LaSoftAgency","twitter_misc":{"Written by":"Vasyl Varkholyak","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#article","isPartOf":{"@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/"},"author":{"name":"Vasyl Varkholyak","@id":"https:\/\/lasoft.org\/blog\/#\/schema\/person\/a697f96359d5b4a29e494d6f4f51ac29"},"headline":"Ionic vs. React Native: Let the Battle Begin!","datePublished":"2019-03-26T11:56:19+00:00","dateModified":"2024-06-24T18:19:46+00:00","mainEntityOfPage":{"@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/"},"wordCount":411,"commentCount":1,"publisher":{"@id":"https:\/\/lasoft.org\/blog\/#organization"},"image":{"@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#primaryimage"},"thumbnailUrl":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg","keywords":["Ionic","LaSoft"],"articleSection":["Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/","url":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/","name":"Ionic vs. React Native: Let the Battle Begin!","isPartOf":{"@id":"https:\/\/lasoft.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#primaryimage"},"image":{"@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#primaryimage"},"thumbnailUrl":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg","datePublished":"2019-03-26T11:56:19+00:00","dateModified":"2024-06-24T18:19:46+00:00","description":"The aim of this article is to compare the major pros and cons of the most popular frameworks: Ionic and React Native.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lasoft.org\/blog\/ionic-vs-react-native\/#primaryimage","url":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg","contentUrl":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2019\/03\/nicole-wolf-1339717-unsplash.jpg","width":1024,"height":683},{"@type":"WebSite","@id":"https:\/\/lasoft.org\/blog\/#website","url":"https:\/\/lasoft.org\/blog\/","name":"Software Development Blog","description":"Insightful Analysis of IT Markets and Emerging Technologies","publisher":{"@id":"https:\/\/lasoft.org\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lasoft.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lasoft.org\/blog\/#organization","name":"LaSoft","url":"https:\/\/lasoft.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lasoft.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2024\/06\/lasoft.jpg","contentUrl":"https:\/\/lasoft.org\/blog\/wp-content\/uploads\/2024\/06\/lasoft.jpg","width":1200,"height":628,"caption":"LaSoft"},"image":{"@id":"https:\/\/lasoft.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lasoftians\/","https:\/\/x.com\/LaSoftAgency","https:\/\/www.instagram.com\/lasoftians\/","https:\/\/www.linkedin.com\/company\/la'soft-","https:\/\/www.youtube.com\/channel\/UCGiINdBnqPoBpK1WaCEZMHQ\/"]},{"@type":"Person","@id":"https:\/\/lasoft.org\/blog\/#\/schema\/person\/a697f96359d5b4a29e494d6f4f51ac29","name":"Vasyl Varkholyak","description":"Vasyl Varkholyak, Co-Founder and CTO of LaSoft, leads a team of 55 multi-talented and experienced professionals, including software engineers, designers, project managers, and QAs. Vasyl helps companies elevate their technology capabilities by providing top IT talent and technical expertise. He believes that every company will eventually become an IT company, and having the right talent onboard is crucial for staying competitive. By offering free evaluations and aligning visions with clients, Vasyl ensures that LaSoft delivers efficient, effective, and affordable technology solutions.","sameAs":["https:\/\/www.linkedin.com\/in\/vasyl-varkholyak\/"],"url":"https:\/\/lasoft.org\/blog\/author\/vasyl-varkholyak\/"}]}},"_links":{"self":[{"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/posts\/806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/comments?post=806"}],"version-history":[{"count":21,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/posts\/806\/revisions"}],"predecessor-version":[{"id":1292,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/posts\/806\/revisions\/1292"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/media\/803"}],"wp:attachment":[{"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/media?parent=806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/categories?post=806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/tags?post=806"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/lasoft.org\/blog\/wp-json\/wp\/v2\/coauthors?post=806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}