All Projects → raoenhui → Next Site Cn

raoenhui / Next Site Cn

next.js中文文档网站

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Next Site Cn

Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-13.64%)
Mutual labels:  nextjs
Wipi
nextjs + nestjs + TypeScript +MySQL 开发的前后端分离,服务端渲染的博客系统
Stars: ✭ 163 (-7.39%)
Mutual labels:  nextjs
Next Netlify Blog Starter
A lightweight markdown blog starter built with Next.js 9.5+ and Netlify
Stars: ✭ 170 (-3.41%)
Mutual labels:  nextjs
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1591.48%)
Mutual labels:  nextjs
Next Useragent
next-useragent parses browser user-agent strings for next.js
Stars: ✭ 158 (-10.23%)
Mutual labels:  nextjs
Terraform Aws Next Js
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.
Stars: ✭ 163 (-7.39%)
Mutual labels:  nextjs
Notion Blog
A Next.js site using new SSG support with a Notion backed blog
Stars: ✭ 2,339 (+1228.98%)
Mutual labels:  nextjs
Next Adventure
A crowdsourced, mad-lib, choose your own adventure story!
Stars: ✭ 175 (-0.57%)
Mutual labels:  nextjs
Next Session
Simple promise-based session middleware for Next.js, micro, Express, and more
Stars: ✭ 161 (-8.52%)
Mutual labels:  nextjs
Electron Next Skeleton
An example Electron app built with Next.js
Stars: ✭ 168 (-4.55%)
Mutual labels:  nextjs
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+1363.64%)
Mutual labels:  nextjs
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (-9.66%)
Mutual labels:  nextjs
Localpdfmerger
Merge PDFs locally in the Browser using Webassembly
Stars: ✭ 163 (-7.39%)
Mutual labels:  nextjs
Vulcan Next
The Next starter for GraphQL developers
Stars: ✭ 155 (-11.93%)
Mutual labels:  nextjs
React Ssr
react16 next.js4 antd-mobile2 redux
Stars: ✭ 171 (-2.84%)
Mutual labels:  nextjs
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-13.64%)
Mutual labels:  nextjs
Next I18next
The easiest way to translate your NextJs apps.
Stars: ✭ 2,818 (+1501.14%)
Mutual labels:  nextjs
React Awesome Slider
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
Stars: ✭ 2,343 (+1231.25%)
Mutual labels:  nextjs
Tailwind Nextjs Starter Blog
This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
Stars: ✭ 166 (-5.68%)
Mutual labels:  nextjs
Gfw
Global Forest Watch: An online, global, near-real time forest monitoring tool
Stars: ✭ 167 (-5.11%)
Mutual labels:  nextjs

前言

Next.js 是一个轻量级的 React 服务端渲染应用框架。

next.js中文文档:http://nextjs.frontendx.cn

当前翻译版本为 7.0.0-canary.8。

案例

  • 用nextjs + express + MongoDB的增删改查项目:程序员英语学习

  • 本站就是next.js编写的生成静态网站,是个很好的 Demo, ^ ^.

讨论组

https://gitter.im/next-site-cn/nextjs?utm_source=share-link&utm_medium=link&utm_campaign=share-link

安装运行

  • Clone 代码到本地并运行
git clone https://github.com/raoenhui/next-site-cn.git
cd next-site-cn
yarn
yarn dev
  • 在浏览器中打开 http://localhost:3000 进行访问

相关仓库

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].