HomeMy HighlightsDiscover
Sign up
Wyatt Huang

Wyatt Huang

@424bd09ofrgm2hr7

Ask AI Clone

Joined Jun 14, 2024

0

Following

0

Followers

20

pages

91

highlights

26

views
M
W
F
Feb
Mar
Apr
May
All/Weekly/Yearly
Total Days:
Total Weeks:
14-Days 📚
10-Weeks 📚
Tags
Domains
hansimov.gitbook.io 4
plato.stanford.edu 3
nextjs.org 3
medium.com 2
zh.wikipedia.org 2
www.xxkeith.com 1
juejin.cn 1
docs.taro.zone 1
www.cssn.cn 1
www.electronjs.org 1
leanrada.com 1
Show All

Atomic Graph

Highlights
Favorite
Kindle
Video
Bookmarks
Hatches
Posts

Gilles Deleuze (Stanford Encyclopedia of Philosophy)

plato.stanford.edu/entries/deleuze/

Dec 17, 2024

1

2.1 信息存储 | 深入理解计算机系统(CSAPP)

hansimov.gitbook.io/csapp/part1/ch02-representing-and-manipulating-information/2.1-xin-xi-cun-chu

Oct 12, 2024

1.9 重要主题 | 深入理解计算机系统(CSAPP)

hansimov.gitbook.io/csapp/ch01-a-tour-of-computer-systems/1.9

Oct 12, 2024

1.8 系统之间利用网络通信 | 深入理解计算机系统(CSAPP)

hansimov.gitbook.io/csapp/ch01-a-tour-of-computer-systems/1.8

Oct 12, 2024

1.7 操作系统管理硬件 | 深入理解计算机系统(CSAPP)

hansimov.gitbook.io/csapp/ch01-a-tour-of-computer-systems/1.7

Oct 12, 2024

Data Fetching: Data Fetching and Caching | Next.js

nextjs.org/docs/app/building-your-application/data-fetching/fetching

Sep 30, 2024

4

Routing: Loading UI and Streaming | Next.js

nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming

Sep 30, 2024

1

Rendering: Composition Patterns | Next.js

nextjs.org/docs/app/building-your-application/rendering/composition-patterns

Sep 29, 2024

1

算法学习从放弃到入门的第一步,我花了 42 天终于走完了

medium.com/@dingtingli1/%E7%AE%97%E6%B3%95%E5%AD%A6%E4%B9%A0%E4%BB%8E%E6%94%BE%E5%BC%83%E5%88%B0%E5%85%A5%E9%97%A8%E7%9A%84%E7%AC%AC%E4%B8%80%E6%AD%A5-%E6%88%91%E8%8A%B1%E4%BA%86-42-%E5%A4%A9%E7%BB%88%E4%BA%8E%E8%B5%B0%E5%AE%8C%E4%BA%86-d9f175ce5ce2

Sep 23, 2024

2

Michel Foucault (Stanford Encyclopedia of Philosophy)

plato.stanford.edu/entries/foucault/

Aug 24, 2024

2215

Social Ontology (Stanford Encyclopedia of Philosophy)

plato.stanford.edu/entries/social-ontology/

Aug 24, 2024

502

NestJS 设计模式

www.xxkeith.com/posts/nest-design/

Aug 19, 2024

1

意识的真相-论人工智能的本质

medium.com/@yieldDAO/%E6%84%8F%E8%AF%86%E7%9A%84%E7%9C%9F%E7%9B%B8-%E8%AE%BA%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E7%9A%84%E6%9C%AC%E8%B4%A8-434f337b6a8

Aug 19, 2024

1

深入理解React18中的批处理react18给我们带来了更强大的自动批处理机制,但是对于批处理本身究竟做了什么,它的影 - 掘金

juejin.cn/post/7191760921767706683

Aug 19, 2024

2

Sort, sweep, and prune: Collision detection algorithms · leanrada.com

leanrada.com/notes/sweep-and-prune/

Aug 16, 2024

1

快速入门 | Electron

www.electronjs.org/zh/docs/latest/tutorial/quick-start

Jul 30, 2024

1

如何欣赏萨特的哲学小说《恶心》(上)-中国社会科学网

www.cssn.cn/zx/zx_rdkx/202404/t20240418_5746896.shtml

Jul 17, 2024

1

Taro 助力京喜拼拼项目性能体验优化 | Taro 文档

docs.taro.zone/blog/2021-02-08-taro-jxpp

Jul 16, 2024

2

0

Data Fetching: Data Fetching and Caching | Next.js

URL
https://nextjs.org/docs/app/building-your-application/data-fetching/fetching

Highlights & Notes

If you are not using fetch, and instead using an ORM or database directly, you can wrap your data fetch with the React cache function. This will de-duplicate and only make one query.

When fetching data inside components, you need to be aware of two data fetching patterns: Parallel and Sequential.

By default, layout and page segments are rendered in paralle

By default, layout and page segments are rendered in parallel