Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elithrar/remix-plus-d1
An example app for combining Cloudflare's D1 database with Remix loader functions.
https://github.com/elithrar/remix-plus-d1
cloudflare d1 database pages remix workers
Last synced: 22 days ago
JSON representation
An example app for combining Cloudflare's D1 database with Remix loader functions.
- Host: GitHub
- URL: https://github.com/elithrar/remix-plus-d1
- Owner: elithrar
- License: apache-2.0
- Created: 2023-07-06T16:10:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:23:13.000Z (11 months ago)
- Last Synced: 2025-01-19T16:20:18.212Z (27 days ago)
- Topics: cloudflare, d1, database, pages, remix, workers
- Language: TypeScript
- Homepage: https://remix-plus-d1.pages.dev/
- Size: 1.86 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo: Remix + Cloudflare D1
**Note**: ๐งช This is a example application and is not officially supported by Cloudflare.
An example app that shows how to query [Cloudflare D1](https://developers.cloudflare.com/d1/) from a [Remix](https://remix.run/) [`loader`](https://remix.run/docs/en/main/guides/data-loading) function.
See the official D1 documentation's [Remix + D1 example](https://developers.cloudflare.com/d1/examples/d1-and-remix/) for code-based example of how to define a `LoaderFunction`.
## License
Copyright Cloudflare, Inc (2023). Apache-2.0 licensed. See the LICENSE file for details.