Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] theme vs storefront #509

Merged
merged 4 commits into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pwa-devdocs/src/_data/technologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ entries:
- label: Overview
url: /technologies/overview/

- label: Magento theme vs PWA storefront
url: /technologies/theme-vs-storefront/

- label: Tools and libraries
url: /technologies/tools-libraries/

Expand Down
25 changes: 25 additions & 0 deletions pwa-devdocs/src/technologies/theme-vs-storefront/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Magento theme vs PWA storefront
---

A traditional Magento store uses theme components to define the look and feel of the front-end store.
Magento's PWA-Studio introduces a different approach for creating a custom front-end experience using storefront applications.

This topic compares the traditional Magento theme development approach with the new way of developing a Magento storefront using PWA-Studio tools.

## Definitions

**Magento theme**

: A Magento theme is a type of Magento component that defines how a store looks.

**Progressive web app (PWA) storefront**
ericerway marked this conversation as resolved.
Show resolved Hide resolved
:

## Required skillset

## Inheritance vs modularity

## Dependency management

## Theme updates