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

https://github.com/edmundhung/remix-migration-strategies

Demonstrating different apparoachs for gradually migrating to Remix.
https://github.com/edmundhung/remix-migration-strategies

create-react-app express remix

Last synced: 6 months ago
JSON representation

Demonstrating different apparoachs for gradually migrating to Remix.

Awesome Lists containing this project

README

          

# remix-migration-strategies

This repository aims at demonstrating different apparoachs for gradually migrating to [Remix](https://github.com/remix-run/remix). The provides examples are only meant for showcasing the corresponding techiques and concepts.

1. [remix-proxy](./examples/remix-proxy)
2. [server-proxy](./examples/server-proxy)
3. [server-assets](./examples/server-assets)
4. [client-iframe](./examples/client-iframe)