Home > Article > Web Front-end > Built a Twitter Clone with Next.js
Hey everyone! ? I recently created a Twitter-like social media platform using Next.js after i learn this framework, and it’s now live on Vercel. I tried to replicate the core features of Twitter, like posting, liking, and real-time updates.
I'm using Authjs for authentication and long pooling for live interactions
some pages and features is not implemented for now (like retwitt, search, private messages)
I’d love to get your feedback for this app.
Thanks in advance! ?
The above is the detailed content of Built a Twitter Clone with Next.js. For more information, please follow other related articles on the PHP Chinese website!