vault backup: 2025-06-12 15:09:43

Affected files:
.obsidian/workspace.json
2 Personal/1 Skills/IT/React Learnings.md
This commit is contained in:
2025-06-12 15:09:43 +03:00
parent b80b68fdaf
commit eec73cbe1b
2 changed files with 22 additions and 3 deletions

View File

@@ -36,8 +36,23 @@
"icon": "lucide-file",
"title": "Requirements Gathering"
}
},
{
"id": "84f0fd68d3885e08",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2 Personal/1 Skills/IT/React Learnings.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "React Learnings"
}
]
}
],
"currentTab": 2
}
],
"direction": "vertical"
@@ -284,10 +299,10 @@
"periodic-notes:Open today": false
}
},
"active": "0291e64e72ae27cb",
"active": "84f0fd68d3885e08",
"lastOpenFiles": [
"99 Work/0 OneSec/OneSecThoughts/Cofounder Meeting 1 - 04.06.25.md",
"Dashboard.md",
"99 Work/0 OneSec/OneSecThoughts/Cofounder Meeting 1 - 04.06.25.md",
"2 Personal/Hobbies/Gelbes Velo von Mänu.md",
"0 Journal/0 Daily/2025-06-04.md",
"Temporary/CM5 Carrier Review.md",

View File

@@ -14,3 +14,7 @@ The official documentation is really good: [useReducer React](https://react.
Reducers are pure, so within the reducer function you never do any API calls or anything that needs to do calculations.
If you need to do any API calls or heavy calculations they must be done outside of the reducer function as explained here: [Just a moment...](https://stackoverflow.com/questions/64419132/how-to-make-api-call-in-usereducer).
## Cool Projects
- [GitHub - glowbuzzer/gbt: Glowbuzzer tools](https://github.com/glowbuzzer/gbt)
-