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.
- Host: GitHub
- URL: https://github.com/edmundhung/remix-migration-strategies
- Owner: edmundhung
- License: mit
- Created: 2022-02-12T15:00:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T17:38:37.000Z (over 3 years ago)
- Last Synced: 2025-03-27T22:42:38.768Z (7 months ago)
- Topics: create-react-app, express, remix
- Homepage:
- Size: 682 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)