Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 874 Bytes

Stores

This example focuses on clean and concise code. The App component consists of about 100 lines of code, whereas the full Examples App component almost need double the amount. This is possible by using Sveltes great store modules.

We use one store per architectural layer:

The stores could even be further improved by using custom stores, which wrap them nicely into custom objects.