{"id":8088,"date":"2024-12-30T18:15:12","date_gmt":"2024-12-30T17:15:12","guid":{"rendered":"https:\/\/www.tidycode.it\/webpack"},"modified":"2025-01-30T15:11:37","modified_gmt":"2025-01-30T14:11:37","slug":"webpack","status":"publish","type":"page","link":"https:\/\/www.tidycode.it\/en\/webpack","title":{"rendered":"Webpack"},"content":{"rendered":"\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h1 class=\"wp-block-heading lg-fs-78 md-fs-78 sm-fs-42 has-custom-black-color has-text-color has-link-color wp-elements-dfb6de7159b070cc2d41c4db456f4227\" id=\"h-webpack-the-reference-bundler-for-your-web-applications\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">Webpack: the reference bundler for your Web applications<\/h1>\n\n\n\n<h2 class=\"wp-block-heading lg-fs-30 md-fs-30 sm-fs-25 has-custom-black-color has-text-color has-link-color wp-elements-5e708b69a28fbb9594c0406608bd7930\" id=\"h-learn-how-to-optimize-your-front-end-workflow-and-improve-the-performance-of-your-applications-with-tidycode-and-webpack-the-bundler-that-combines-power-flexibility-and-modularity\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.<\/h2>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\" id=\"h-what-is-webpack-what-are-its-features\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-custom-black-color\">What is Webpack what are its features<\/mark><\/h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p><strong>Webpack <\/strong>is one of the most popular <strong>bundlers <\/strong>for <a href=\"https:\/\/www.tidycode.uk\/tecnologie\">JavaScript<\/a>, widely used to optimize and manage asset loading in a modern web application. It manages and combines <a href=\"https:\/\/www.tidycode.uk\/tecnologie\">JavaScript files , CSS<\/a>, images and other assets, improving loading speed, reducing code size and providing a smoother user experience. <\/p>\n\n\n\n<p><strong>Key features:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Module management:<\/strong> allows code to be divided into modules and assembled to improve maintenance and modularity. Use the concept of <strong>modules <\/strong>to dynamically load resources and dependencies. <\/li>\n\n\n\n<li><strong>Performance optimization: <\/strong>performs &#8220;tree shaking&#8221; to remove unused code and reduce the final bundle size, improving loading speed.<\/li>\n\n\n\n<li><strong>Lazy loading:<\/strong> allows only required forms to be loaded at a given time (lazy loading), further reducing the initial loading time of the application.<\/li>\n\n\n\n<li><strong>Advanced asset management: <\/strong>supports the management and optimization of <a href=\"https:\/\/www.tidycode.uk\/tecnologie\">non-Javascript files such as images, fonts, and CSS,<\/a> using loaders and plugins to process and optimize these assets.<\/li>\n\n\n\n<li><strong>Support for ES6 and other modern technologies:<\/strong> natively supports the use of <a href=\"https:\/\/www.tidycode.uk\/tecnologie\">ES6, TypeScript, JSX<\/a>, and other modern technologies, easily configuring with <a href=\"https:\/\/www.tidycode.uk\/tecnologie\"><strong>Babel <\/strong><\/a>o <a href=\"https:\/\/www.tidycode.uk\/tecnologie\"><strong>TypeScript <\/strong><\/a>for code transpilation.<\/li>\n\n\n\n<li><strong>Hot Module Replacement (HMR):<\/strong> supports dynamic code update functionality without having to reload the entire page, significantly improving the development experience.<\/li>\n\n\n\n<li><strong>Highly customizable configuration:<\/strong> offers extremely flexible configuration through its file <code><em>webpack.config.js<\/em><\/code>, allowing the bundler to be adapted to the specific needs of the project.<\/li>\n<\/ol>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\" id=\"h-why-it-is-essential-for-your-business\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-custom-black-color\">Why it is essential for your business<\/mark><\/h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Weback is a key tool for <strong>improving web application performance and efficiently managing resources.<\/strong><\/p>\n\n\n\n<p>At <strong>Tidycode<\/strong>, we use <strong>Webpack <\/strong>to improve <strong>performance<\/strong>, <strong>modularity <\/strong>, and <strong>resource management <\/strong>in our web projects. Here is how we integrate it into our projects: <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Bundle optimization: <\/strong>we configure Webpack to optimize <a href=\"https:\/\/www.tidycode.uk\/tecnologie\">JavaScript and CSS <\/a>bundles, reducing their size and improving application loading times.<\/li>\n\n\n\n<li><strong>Asset management:<\/strong> we use Webpack loaders to optimize images, fonts and other assets, seamlessly integrating them into the web application without compromising performance.<\/li>\n\n\n\n<li><strong>Custom configurations:<\/strong> we configure Webpack to meet the specific needs of each project, tailoring the build process to the client&#8217;s needs.<\/li>\n\n\n\n<li><strong>Integration with other technologies:<\/strong> we configure Webpack to work seamlessly with other modern technologies such as <a href=\"https:\/\/www.tidycode.uk\/tecnologie\"><strong>React<\/strong>, <strong>Vue.js<\/strong>, <strong>TypeScript<\/strong>, and <strong>Sass<\/strong><\/a>, optimizing the entire workflow.<\/li>\n\n\n\n<li><strong>Improved performance: <\/strong>we implement lazy loading, tree shaking, and other optimizations to minimize the initial loading time of applications.<\/li>\n<\/ol>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\" style=\"margin-top:60px\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.tidycode.uk\/contact\">Request a quote<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignfull contact-banner has-base-2-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"footer-contact\" style=\"border-top-color:#e8e1f0;border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;margin-top:0px\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns wp-container-content-1 is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\" style=\"margin-top:0px\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/www.tidycode.it\/wp-content\/uploads\/2024\/12\/Icona-Contatti_white_5.gif\" alt=\"\" class=\"wp-image-5312\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-custom-black-color has-text-color has-link-color wp-elements-3fd3aae32543a51b4347674abd67e0f0\" id=\"h-vuoi-dare-una-svolta-al-tuo-business\" style=\"font-size:clamp(27.894px, 1.743rem + ((1vw - 3.2px) * 2.094), 48px);font-style:normal;font-weight:400\">Vuoi dare una svolta al tuo business?<\/h2>\n\n\n\n<p class=\"has-text-align-left has-custom-black-color has-text-color has-link-color wp-elements-355c83b81d2304df792c4dd51ca59bbc\" style=\"font-style:normal;font-weight:400\">Parliamone subito.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:40px;padding-bottom:40px\">\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button form-toggle\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/contatti\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">Contattaci<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group form-wrapper has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f226-o1\" lang=\"it-IT\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/8088#wpcf7-f226-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"226\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f226-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"contact-form contact-form-b2b\">\n\t<div class=\"general-info\">\n\t\t<p><label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"80\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nome e cognome\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><\/label><label><span class=\"wpcf7-form-control-wrap\" data-name=\"company-name\"><input size=\"40\" maxlength=\"80\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nome Azienda\" value=\"\" type=\"text\" name=\"company-name\" \/><\/span><\/label><label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"80\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"phonetext-631\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-phonetext wpcf7-text wpcf7-validates-as-phonetext\" data-numberonly=\"true\" aria-invalid=\"false\" placeholder=\"Telefono\" value=\"\" type=\"text\" name=\"phonetext-631\" \/><input type=\"hidden\" name=\"phonetext-631-country-code\" class=\"wpcf7-phonetext-country-code\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"subject\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><textarea cols=\"40\" rows=\"10\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Parlaci del tuo progetto\" name=\"your-subject\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"actions\">\n\t\t<div class=\"checkboxes\">\n\t\t\t<div class=\"privacy-checkbox\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-618\"><span class=\"wpcf7-form-control wpcf7-acceptance optional\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-618\" value=\"1\" id=\"privacy-consent\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Dichiaro di aver letto e compreso la <a href=\"https:\/\/www.tidycode.it\/privacy-policy\" target=\"_blank\"> Privacy Policy<\/a> *<\/span><\/label><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"newsletter-checkbox\">\n\t\t\t\t<p><!-- Mailchimp for WordPress v4.9.17 - https:\/\/www.mc4wp.com\/ --><input type=\"hidden\" name=\"_mc4wp_subscribe_contact-form-7\" value=\"0\" \/><span class=\"mc4wp-checkbox mc4wp-checkbox-contact-form-7 \" ><label><input type=\"checkbox\" name=\"_mc4wp_subscribe_contact-form-7\" value=\"1\"  \/><span>Voglio iscrivermi alla newsletter.<\/span><\/label><\/span><!-- \/ Mailchimp for WordPress -->\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"submit-button\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Invia\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Webpack: the reference bundler for your Web applications Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity. What is Webpack what are its features Webpack is one of the most popular bundlers for JavaScript, widely used to optimize [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"base-page","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-8088","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.6 (Yoast SEO v24.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Webpack: the reference bundler for your Web applications | Tidycode<\/title>\n<meta name=\"description\" content=\"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.\" \/>\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.tidycode.uk\/webpack\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Webpack\" \/>\n<meta property=\"og:description\" content=\"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tidycode.uk\/webpack\" \/>\n<meta property=\"og:site_name\" content=\"Tidycode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61566128456763\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-30T14:11:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tidycode.uk\/webpack\",\"url\":\"https:\/\/www.tidycode.uk\/webpack\",\"name\":\"Webpack: the reference bundler for your Web applications | Tidycode\",\"isPartOf\":{\"@id\":\"https:\/\/www.tidycode.it\/#website\"},\"datePublished\":\"2024-12-30T17:15:12+00:00\",\"dateModified\":\"2025-01-30T14:11:37+00:00\",\"description\":\"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tidycode.uk\/webpack\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tidycode.it\/#website\",\"url\":\"https:\/\/www.tidycode.it\/\",\"name\":\"Tidycode\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.tidycode.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tidycode.it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.tidycode.it\/#organization\",\"name\":\"Tidycode\",\"url\":\"https:\/\/www.tidycode.it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tidycode.it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.tidycode.it\/wp-content\/uploads\/2024\/06\/logo_tidycode.png\",\"contentUrl\":\"https:\/\/www.tidycode.it\/wp-content\/uploads\/2024\/06\/logo_tidycode.png\",\"width\":147,\"height\":32,\"caption\":\"Tidycode\"},\"image\":{\"@id\":\"https:\/\/www.tidycode.it\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61566128456763\",\"https:\/\/www.instagram.com\/tidycode_agenzia\/\",\"https:\/\/www.linkedin.com\/company\/tidycode-it\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Webpack: the reference bundler for your Web applications | Tidycode","description":"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.","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.tidycode.uk\/webpack","og_locale":"en_US","og_type":"article","og_title":"Webpack","og_description":"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.","og_url":"https:\/\/www.tidycode.uk\/webpack","og_site_name":"Tidycode","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61566128456763","article_modified_time":"2025-01-30T14:11:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tidycode.uk\/webpack","url":"https:\/\/www.tidycode.uk\/webpack","name":"Webpack: the reference bundler for your Web applications | Tidycode","isPartOf":{"@id":"https:\/\/www.tidycode.it\/#website"},"datePublished":"2024-12-30T17:15:12+00:00","dateModified":"2025-01-30T14:11:37+00:00","description":"Learn how to optimize your front-end workflow and improve the performance of your applications with Tidycode and Webpack, the bundler that combines power, flexibility, and modularity.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tidycode.uk\/webpack"]}]},{"@type":"WebSite","@id":"https:\/\/www.tidycode.it\/#website","url":"https:\/\/www.tidycode.it\/","name":"Tidycode","description":"","publisher":{"@id":"https:\/\/www.tidycode.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tidycode.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.tidycode.it\/#organization","name":"Tidycode","url":"https:\/\/www.tidycode.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tidycode.it\/#\/schema\/logo\/image\/","url":"https:\/\/www.tidycode.it\/wp-content\/uploads\/2024\/06\/logo_tidycode.png","contentUrl":"https:\/\/www.tidycode.it\/wp-content\/uploads\/2024\/06\/logo_tidycode.png","width":147,"height":32,"caption":"Tidycode"},"image":{"@id":"https:\/\/www.tidycode.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61566128456763","https:\/\/www.instagram.com\/tidycode_agenzia\/","https:\/\/www.linkedin.com\/company\/tidycode-it\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/pages\/8088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/comments?post=8088"}],"version-history":[{"count":1,"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/pages\/8088\/revisions"}],"predecessor-version":[{"id":8504,"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/pages\/8088\/revisions\/8504"}],"wp:attachment":[{"href":"https:\/\/www.tidycode.it\/en\/wp-json\/wp\/v2\/media?parent=8088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}