2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: WithStorage
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
The `WithStorage` component is a higher order component that adds saving to and reading from
|
|
|
|
(the browser's) local storage to your component.
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
This component is used under the hood in both the freesewing.org website as our
|
2021-08-25 16:09:31 +02:00
|
|
|
development environment.
|
2021-10-17 18:26:00 +02:00
|
|
|
|