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

https://github.com/markmals/remix-3-is-remixable

Code examples from my November 2025 talk at the Remix Austin Meetup
https://github.com/markmals/remix-3-is-remixable

Last synced: 11 days ago
JSON representation

Code examples from my November 2025 talk at the Remix Austin Meetup

Awesome Lists containing this project

README

          

# Remix 3 is Remixable

Code examples from my November 2025 talk at the [Remix Austin Meetup](https://www.meetup.com/remix-austin/)

## Setup

Install [Mise](https://mise.jdx.dev/installing-mise.html) and run:

```sh
mise install
mise run dev
```

## Examples

- [`@remix-run/dom` + TC-39 Signals](examples/dom-signals)
- [`@remix-run/events` + Lit](examples/events-lit)
- [`@remix-run/style` + Preact](examples/style-preact)