An open API service indexing awesome lists of open source software.

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

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.