Skip to content

Instantly share code, notes, and snippets.

View gaurangpadhiyar007's full-sized avatar

Gaurang Padhiyar gaurangpadhiyar007

View GitHub Profile
@gaurangpadhiyar007
gaurangpadhiyar007 / Anatomy of Magento 2: Layered Navigation.md
Created May 27, 2021 12:42 — forked from ProcessEight/Anatomy of Magento 2: Layered Navigation.md
In-depth exploration of how layered navigation is implemented in Magento 2

Anatomy of Magento 2: Layered Navigation

Points for investigation

  • Generate high-level overview of all the main components
  • How are the total item counts for each option generated?
  • How is the catalog updated to display the matching products?
  • How are options rendered?
  • What are the customisation points?
  • What events are dispatched?