New_v2ex

screenshot of New_v2ex
nextjs
react
styled-components

Nextjs 仿 v2ex

Overview

new_v2exNextjs is a project for hands-on practice, mimicking the design of v2ex. It is not intended for commercial use. If you find this project helpful, please give it a star. The Live Demo is available at https://v2ex.vercel.app. Note: The data on this site is historical V2EX data and not real-time data.

Features

  • Blazing fast: Offers high-speed performance.
  • Global SSR: Utilizes global server-side rendering.
  • Responsive Layout: Supports responsive layout for desktop and mobile devices. (Not tested on IE<=11, may have some layout issues)
  • Multiple Themes: Includes both light and dark themes.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.