https://github.com/cdoremus/fresh-todo-signals
A Deno Fresh application that uses Preact Signals for state management
https://github.com/cdoremus/fresh-todo-signals
deno denofresh preact-signals typescript
Last synced: 2 months ago
JSON representation
A Deno Fresh application that uses Preact Signals for state management
- Host: GitHub
- URL: https://github.com/cdoremus/fresh-todo-signals
- Owner: cdoremus
- Created: 2022-10-15T15:30:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T22:16:51.000Z (almost 3 years ago)
- Last Synced: 2026-03-05T14:47:08.059Z (5 months ago)
- Topics: deno, denofresh, preact-signals, typescript
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Deno Fresh Todo List App With Preact Signals
This app is a Todo List written in [Deno Fresh](https://fresh.deno.dev), a
[Preact](https://preactjs.com) [Deno](https://deno.land) full-stack framework.
It uses [Preact Signals](https://preactjs.com/blog/introducing-signals/) to
handle state management.
This app was created as an illustration for the blog article [Using Preact Signals with Fresh](https://deno-blog.com/Using_Preact_Signals_with_Fresh.2022-11-01).
### Local Usage
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.