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
- Host: GitHub
- URL: https://github.com/markmals/remix-3-is-remixable
- Owner: markmals
- Created: 2025-11-06T18:27:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-06T23:38:41.000Z (7 months ago)
- Last Synced: 2025-11-07T01:16:09.931Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)