ddtcorex

Posts tagged “frontend”

12 posts

09 Sept 2026

Content Security Policy and subresource integrity in Magento 2

How to roll out a Content Security Policy in Magento 2 without breaking the storefront, wire subresource integrity for third-party scripts, and the mistakes that make CSP cosmetic.

magento2securitycspfrontend

08 Sept 2026

Hyva performance hardening: CSP, FPC, and measurement

The performance work that follows a Hyva migration — consolidating CSP, using Hyva base-layout resets, keeping full-page cache correct, and measuring the before/after so the gains are provable.

magento2hyvafrontendperformance

07 Sept 2026

Hyva React components and the GraphQL storefront

How to build custom React components on top of Hyva using the Magento GraphQL API — when it helps, how it differs from Alpine/Tailwind, and how to keep it inside the Hyva theme.

magento2hyvafrontendreactgraphql

06 Sept 2026

Hyva Checkout: the React-based checkout

What Hyva Checkout changes from the Luma one-page checkout, the React/Magewire architecture, and the real failure modes teams hit — navigator resets, guest rules, and FPC vs JS dependencies.

magento2hyvafrontendcheckout

05 Sept 2026

The Luma to Hyva migration checklist

A step-by-step Luma to Hyva migration plan from real storefront cutovers: inventory, theme rebuild, compatibility modules, checkout, CSP, and a go-live checklist that de-risks the cutover.

magento2hyvafrontendmigration

04 Sept 2026

Hyva compatibility modules for third-party extensions

A real-world look at the Hyva compatibility layer: which kinds of Luma-only extensions need a Hyva template, how to structure a compat module, and the extension categories that generate the most migration work.

magento2hyvafrontendmodules

04 Sept 2026

Case study: a social-login widget that ignored its own config

A Hyva + Alpine social-login module rendered the wrong buttons, dropped hidden ones, and tripped CSP. The fix was Alpine reactivity, not security policy.

magento2hyvafrontendcspalpine

03 Sept 2026

Hyva view models: moving logic to PHP

How Hyva view models keep display logic in testable PHP instead of the browser — what they replace from Knockout, how to write one, and when to reach for them.

magento2hyvafrontendphp

02 Sept 2026

Alpine.js patterns that replace Knockout in Hyva

How to express the interactive widgets Luma built with Knockout and RequireJS using Alpine.js in Hyva — x-data components, events, and fetching without a global binding engine.

magento2hyvafrontendalpine

01 Sept 2026

Layout XML and PHTML overrides in Hyva

How Magento 2 assembles pages from layout XML, and how Hyva overrides differ from Luma — same composition model, Tailwind markup instead of Knockout, and a smaller template surface.

magento2layouthyvafrontend

31 Aug 2026

Setting up a Hyva child theme and Tailwind pipeline

How to scaffold a Hyva child theme, configure Tailwind, wire the build pipeline, and define design tokens so your storefront compiles to one small CSS file.

magento2hyvafrontendtailwind

31 Aug 2026

Case study: the hero banner was never the largest contentful paint

Wrapping the hero image in an Alpine x-if meant it wasn't the LCP node, and fetchpriority landed on the wrong element. A small template change moved the metric.

magento2hyvafrontendperformancelcp

Browse by topic: