A simple flux like store written for Deno Fresh to share state between islands using hooks.
Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
esm.sh
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