Skip to content

Commit

Permalink
vault backup: 2024-06-01 18:30:43
Browse files Browse the repository at this point in the history
Affected files:
content/.obsidian/plugins/recent-files-obsidian/data.json
content/.obsidian/workspace.json
content/mocs/React MOC.md
content/mocs/Request Memoization.md
content/react/server-action/useActionState (useFormState).md
  • Loading branch information
windsuzu committed Jun 1, 2024
1 parent c498e83 commit 256b061
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 15 deletions.
8 changes: 4 additions & 4 deletions content/.obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"recentFiles": [
{
"basename": "Request Memoization",
"path": "mocs/Request Memoization.md"
},
{
"basename": "React MOC",
"path": "mocs/React MOC.md"
Expand Down Expand Up @@ -195,10 +199,6 @@
{
"basename": "Prepositions Common Mistakes",
"path": "english-grammar/Prepositions Common Mistakes.md"
},
{
"basename": "Since vs From",
"path": "english-grammar/Since vs From.md"
}
],
"omittedPaths": [],
Expand Down
31 changes: 22 additions & 9 deletions content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
}
}
},
{
"id": "ffb49d5cb96554c3",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "mocs/Request Memoization.md",
"mode": "source",
"source": false
}
}
},
{
"id": "64279b3e331b18e7",
"type": "leaf",
Expand All @@ -31,7 +43,8 @@
}
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
Expand Down Expand Up @@ -114,7 +127,7 @@
"state": {
"type": "localgraph",
"state": {
"file": "mocs/React MOC.md",
"file": "mocs/Request Memoization.md",
"options": {
"collapse-filter": true,
"search": "",
Expand Down Expand Up @@ -164,7 +177,7 @@
"state": {
"type": "outline",
"state": {
"file": "mocs/React MOC.md"
"file": "mocs/Request Memoization.md"
}
}
},
Expand Down Expand Up @@ -205,7 +218,7 @@
"state": {
"type": "file-properties",
"state": {
"file": "mocs/React MOC.md"
"file": "mocs/Request Memoization.md"
}
}
},
Expand All @@ -215,7 +228,7 @@
"state": {
"type": "backlink",
"state": {
"file": "mocs/React MOC.md",
"file": "mocs/Request Memoization.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -232,7 +245,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "mocs/React MOC.md",
"file": "mocs/Request Memoization.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
Expand All @@ -258,10 +271,11 @@
"cmdr:Obsidian Git: Create backup": false
}
},
"active": "10a82c220b604f75",
"active": "ffb49d5cb96554c3",
"lastOpenFiles": [
"react/server-action/Server Action.md",
"mocs/React MOC.md",
"mocs/Request Memoization.md",
"react/server-action/Server Action.md",
"react/server-action/useActionState (useFormState).md",
"react/server-action/useFormStatus.md",
"web-dev",
Expand Down Expand Up @@ -292,7 +306,6 @@
"english-grammar/English Grammar.md",
"mocs/CSS MOC.md",
"mocs/Backend MOC.md",
"postgresql/PostgreSQL.md",
"postgresql",
"prisma",
"fish-shell",
Expand Down
7 changes: 6 additions & 1 deletion content/mocs/React MOC.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
draft: false
date: 2024-05-31 17:04
date: 2024-06-01 18:00
tags:
- react
---

## Component Design
- [[Controlled Components]]


## Cache
- [[Request Memoization]]


## Server Actions
- [[Server Action]]
- [[useActionState (useFormState)]]
Expand Down
17 changes: 17 additions & 0 deletions content/mocs/Request Memoization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
draft: false
date: 2024-06-01 18:00
tags:
- react
- nextjs
- cache
---






> [!info] References
> - [Finally Master Next.js's Most Complex Feature - Caching (webdevsimplified.com)](https://blog.webdevsimplified.com/2024-01/next-js-app-router-cache/)
> - [Building Your Application: Caching | Next.js (nextjs.org)](https://nextjs.org/docs/app/building-your-application/caching)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
draft: false
date: 2024-05-31 17:04
date: 2024-06-01 18:00
tags:
- react
- server-action
Expand Down

0 comments on commit 256b061

Please sign in to comment.