切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
搜索 “#next.js” ,共找到 3 项结果
×
搜索
文章
动弹
热门关键词
#daily tips#
Cursor
掌控习惯
ChatGPT
Laravel
读书
#稍后阅读#
Falcon
03-21 16:07
冒泡
#next.js#
他这个项目本身带的example也很多。
https://github.com/vercel/next.js/tree/canary/examples
0 赞
暂无评论
查看
Falcon
03-21 15:59
冒泡
#稍后阅读#
#next.js#
的学习资源
后端api使用wordpress 的案例:
https://github.com/vercel/next.js/tree/canary/examples/cms-wordpress
demo网站:
https://next-blog-wordpress.vercel.app/
还有一系列其他cms的example,
如
AgilityCMS
Builder.io
ButterCMS
Contentful
Cosmic
DatoCMS
DotCMS
Drupal
Enterspeed
Ghost
GraphCMS
Kontent
Prepr
Prismic
Sanity
Sitefinity
Storyblok
TakeShape
Umbraco heartcore
Webiny
Blog Starter
0 赞
暂无评论
查看
Falcon
03-09 17:10
冒泡
#React#
#vscode#
#next.js#
vscode安装了一个扩展:ES7+ React/Redux/React-Native/JS snippets
可以用rafce生成react箭头函数带导出组件的代码sample
import React from 'react'
const page = () => {
return (
<div>page</div>
)
}
export default page
0 赞
暂无评论
查看