https://github.com/prateek3255/twitter-clone
A Twitter clone built in both Next.js and Remix to compare the differences between the two frameworks
https://github.com/prateek3255/twitter-clone
nextjs reactjs remix-run tailwindcss turborepo typescript
Last synced: about 1 year ago
JSON representation
A Twitter clone built in both Next.js and Remix to compare the differences between the two frameworks
- Host: GitHub
- URL: https://github.com/prateek3255/twitter-clone
- Owner: prateek3255
- Created: 2023-05-15T17:12:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T18:06:11.000Z (about 2 years ago)
- Last Synced: 2025-05-13T06:50:16.451Z (about 1 year ago)
- Topics: nextjs, reactjs, remix-run, tailwindcss, turborepo, typescript
- Language: TypeScript
- Homepage: https://prateeksurana.me/blog/nextjs-13-vs-remix-an-in-depth-case-study
- Size: 711 KB
- Stars: 92
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 13 vs Remix: An In-depth case study
This is the monorepo for the case study for comparing Next.js 13 and Remix, by building a Twitter Clone in both the frameworks. You can read about it in my latest blog: [Next.js 13 vs Remix: An In-depth case study](https://prateeksurana.me/blog/nextjs-13-vs-remix-an-in-depth-case-study/).
Both the Next.js and Remix apps are deployed on Vercel. You can find the [Next.js app here](https://twitter-rsc.vercel.app) and the [Remix app here](https://twitter-remix-run.vercel.app/).