Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 373 Bytes

outline.md

File metadata and controls

22 lines (11 loc) · 373 Bytes

State Management in Svelte Applications

TL;DR:

What we are to build

Prerequisites

Cloning the demo e-commerce project

Creating the state management store

Loading products to the home page from the store

Adding items to the shopping cart

Changing items quantity and removing items from the cart

Running the Application

Conclusion