Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

What is fresh-store?

Fresh store is a very simple store that allows islands to communicate using hooks.

Examples

Take a look at the following files in the repo below.

β”œβ”€β”€ hooks
β”‚   └── useToaster.ts
β”œβ”€β”€ islands
β”‚   β”œβ”€β”€ ShowToastButton.tsx
β”‚   └── Toast.tsx
└── routes

Repo

Code Sandbox

Demo

Live Demo

Design Docs