Skip to main content

CMS

Notes

  • CMS=Storage + API + Editor + Builder + Redner
  • CMS 常见方向
    • 无界面
      • 接口生成
    • 有界面
    • 面向知识库
      • 结构化文档
    • 面向网站
      • 组件模块
    • 面向编辑
      • 博客
      • 文章
    • 静态
      • 数据静态
      • 静态生成
    • 动态
      • 半静态
  • 相关技术
    • JAMstack - Javascript Apis Markup
    • Rendering on the Web
      • SR
        • JSP、PHP
      • Static SSR - SSG - Static Site Generation
      • SSR Hydration
        • NextJS、Razzle
      • CSR Prerendering
        • Gatsby、Vuepress
      • Full CSR
        • 大多数应用
        • CRA-reate-react-app
  • https://slite.com/