Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.