项目作者: lopun

项目描述 :
eCommerce PWA website built with "NextJS" and "GraphCMS".
高级语言: JavaScript
项目地址: git://github.com/lopun/lopun-store.git
创建时间: 2018-10-07T06:45:03Z
项目社区:https://github.com/lopun/lopun-store

开源协议:

下载


lopun-store

eCommerce PWA website built with “NextJS” and “GraphCMS”.

Commands

  • start command
  1. npm run start
  2. yarn start
  • development mode
  1. npm run dev
  2. yarn dev
  • build for production
  1. npm run build
  2. yarn build

Lopun Store

eCommerce PWA Built with NextJS and GraphCMS

NextJS Theory

  • Introduction to NextJS
  • Difference between NextJS and CRA
  • What is SSR and why do we need it
  • Creating a NextJS App
  • Pages in NextJS
  • Links and Navigation
  • Shared Components
  • Dynamic Pages
  • Pretty URLs
  • Styles on NextJS

NextJS Practice Project

  • Defining the Pages
  • Custom App Component
  • Custom Document Component
  • Fetching Data with NextJS