文件名称:server-side-paginated-table-with-react-table
文件大小:106KB
文件格式:ZIP
更新时间:2024-05-26 23:27:49
JavaScript
Next.js入门版| MongoDB | 尾风| NextAuth 这是一个自定义的NextJS Starter,具有以下技术设置: MongoDB的 猫鼬 尾风CSS 具有Google登录功能的NextAuth 如何使用 使用或执行以引导示例: npx create-next-app myapp -e https://github.com/uguremirmustafa/with-tailwind-mongo-next-auth # or yarn create next-app myapp -e https://github.com/uguremirmustafa/with-tailwind-mongo-next-auth 小细节 该项目包括一些小脚本,用于还原nextjs路线更改时的滚动位置。 包括带有活动页面指示器的模块化导航栏。 例如env文件。 使用jsconf
【文件预览】:
server-side-paginated-table-with-react-table-main
----.gitignore(386B)
----.env.example(13B)
----components()
--------Table()
--------layout()
----package.json(556B)
----jsconfig.json(245B)
----package-lock.json(317KB)
----postcss.config.js(203B)
----models()
--------School.js(639B)
--------User.js(248B)
----public()
--------vercel.svg(1KB)
--------favicon.ico(15KB)
----context()
--------Actions.js(77B)
--------Reducers.js(262B)
--------GlobalState.js(397B)
----utils()
--------scrollRestoration.js(1KB)
--------useSchools.js(350B)
--------usePaginatedSchools.js(295B)
--------dbConnect.js(454B)
----README.md(1KB)
----lib()
--------gtag.js(513B)
----styles()
--------globals.css(862B)
----pages()
--------api()
--------profile.js(227B)
--------index.js(1KB)
--------dashboard.js(111B)
--------_document.js(855B)
--------_app.js(721B)
----tailwind.config.js(227B)