- Published on
第十四周:螃蟹还差点火候
- Authors
- Name
- AgedCoffee
- @__middle__child
技术
Improving INP with React 18 and Suspense
可以通过在不需要优先就在 js 的部分套上 Suspense 从而确保首次响应时间
// Simplified version of the changes made to
// the nextjs.org landing page to improve INP with `Suspense`
export default function Index() {
return (
<Page title="Next.js by Vercel - The React Framework">
<SkipNavContent />
<Banner badge="New" href="/blog/next-12-2">
{'Next.js 12.2 →'}
</Banner>
<Hero />
<Suspense>
<Features />
<Customers />
<Learn />
<Newsletter />
<Footer />
</Suspense>
</Page>
)
}
工具
reactour
提示引导
FFCreator
一个基于 node.js 的高速短视频制作库
生活
现在这个点的螃蟹还差点火候。
一句话
真的想做一个项目,那就开始得越快越好。早点做出有价值的成果,你会吸引到客户;如果做不出来,你就可以早点放弃,节省自己的时间,并了解哪里行不通。
-- 《不要建立自己的框架》