-
- [x] Criar pasta `posts` na raíz;
- [x] Dividir pages de templates
- [x] Templates vai ter a carcaça das páginas
- [ ] Bibliotecas
- [ ] prismjs
- [ ] algoliasearch
- [ ] date-fns
- …
-
Currently, the skeleton is displayed for 1 second. However, we need to improve this functionality so that the skeleton appears while fetching all the necessary data. The skeleton should disappear only…
-
![](https://files.mdnice.com/user/5322/21296bda-3b58-4b16-9292-bc505ee8b39c.jpeg)
大家好,我是五月君,Next.js 13.5 版本于本周发布,从官方的发布博客看,不像 13.4 带了很多新功能。**本版本主要侧重于性能优化**,例如**提高了本地服务器启动速度、HRM(热更新)速度、减少了内存占用以及 438…
-
# Don't Sleep on NextJS
Christopher Kapic's personal developer blog - outlining solutions to problems as I solve them. Usually I work with Linux, Netlify, React, NodeJS, and Redis. Constantly learnin…
-
# Summary
This is the main issue for implementing App Router Support and it will describe the current plan.
```[tasklist]
### What needs to happen
- [ ] https://github.com/10up/headstartwp/issues/7…
-
Here's a list of unsupported features I've gathered so far while working through refactoring:
- [ ] Custom headers, redirects and rewrites are missing the new `has` matching from 10.2: https://next…
-
https://tailwind-nextjs-starter-blog.vercel.app/blog
-
### Describe the bug
After navigating when click on blog, while toggling theme, the position and alignment are not upto the mark.
https://github.com/piyushgarg-dev/piyushgargdev-nextjs/assets/1230…
-
# NextJS 2. Data Fetching | yceffort
welcome to yceffort's blog
[https://yceffort.kr/2020/03/nextjs-02-data-fetching/](https://yceffort.kr/2020/03/nextjs-02-data-fetching/)
-
Will need to add pagination to the archive pages before long. This will either need to be some sort of “load more” button or traditional pagination (no infinite scrolling since we currently have a foo…