{"id":1667,"date":"2024-08-02T11:01:36","date_gmt":"2024-08-02T09:01:36","guid":{"rendered":"https:\/\/blog.sutilweb.eu\/?page_id=1667"},"modified":"2024-08-02T11:01:37","modified_gmt":"2024-08-02T09:01:37","slug":"006-componente-header","status":"publish","type":"page","link":"https:\/\/sutilweb.eu\/index.php\/lenguajes\/javascript\/javascript-practico\/18-single-page-application-spa\/006-componente-header\/","title":{"rendered":"006. Componente Header"},"content":{"rendered":"\n<p>En este cap\u00edtulo seguiremos creando <strong>componentes<\/strong>, tanto complejos como sencillos. Crearemos otro componente denominado <em>Header.js<\/em> (dentro de nuestra carpeta <em>components<\/em>), el cual har\u00e1 referencia a la cabecera de nuestro documento. Tambi\u00e9n crearemos un componente denominado <em>Menu.js<\/em> y otro componente que ser\u00e1 un <strong>formulario de b\u00fasqueda<\/strong>, y que se llamar\u00e1 <em>SearchForm.js<\/em><\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Esquema<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>app\n<ul class=\"wp-block-list\">\n<li>assets\n<ul class=\"wp-block-list\">\n<li>favicon.png<\/li>\n\n\n\n<li>loader.svg<\/li>\n\n\n\n<li>style.css<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>components\n<ul class=\"wp-block-list\">\n<li>Header.js<\/li>\n\n\n\n<li>Loader.js<\/li>\n\n\n\n<li>Menu.js<\/li>\n\n\n\n<li>PostCard.js<\/li>\n\n\n\n<li>SearchForm.js<\/li>\n\n\n\n<li>Title.js<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>helpers\n<ul class=\"wp-block-list\">\n<li>ajax.js<\/li>\n\n\n\n<li>wp-api.js<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>App.js<\/li>\n\n\n\n<li>index.js<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>index.html<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Archivos<\/h2>\n\n\n\n<p>Los archivos hasta la fecha son los siguientes:<\/p>\n\n\n\n<div class=\"wp-block-file alignleft\"><a id=\"wp-block-file--media-ae1aec30-6e0e-42e7-bc5d-62169e6fa910\" href=\"https:\/\/blog.sutilweb.eu\/wp-content\/uploads\/2024\/08\/spa-3.zip\">spa-3<\/a><a href=\"https:\/\/blog.sutilweb.eu\/wp-content\/uploads\/2024\/08\/spa-3.zip\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-ae1aec30-6e0e-42e7-bc5d-62169e6fa910\">Descarga<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>En este cap\u00edtulo seguiremos creando componentes, tanto complejos como sencillos. Crearemos otro componente denominado Header.js (dentro de nuestra carpeta components), [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1646,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1667","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Sutil Web","author_link":"https:\/\/sutilweb.eu\/index.php\/author\/sutilweb\/"},"uagb_comment_info":0,"uagb_excerpt":"En este cap\u00edtulo seguiremos creando componentes, tanto complejos como sencillos. Crearemos otro componente denominado Header.js (dentro de nuestra carpeta components), [&hellip;]","_links":{"self":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1667","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/comments?post=1667"}],"version-history":[{"count":2,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1667\/revisions"}],"predecessor-version":[{"id":1670,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1667\/revisions\/1670"}],"up":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1646"}],"wp:attachment":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/media?parent=1667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}