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:
21
.obsidian/workspace.json
vendored
21
.obsidian/workspace.json
vendored
@@ -36,8 +36,23 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Requirements Gathering"
|
"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"
|
"direction": "vertical"
|
||||||
@@ -284,10 +299,10 @@
|
|||||||
"periodic-notes:Open today": false
|
"periodic-notes:Open today": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "0291e64e72ae27cb",
|
"active": "84f0fd68d3885e08",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"99 Work/0 OneSec/OneSecThoughts/Cofounder Meeting 1 - 04.06.25.md",
|
|
||||||
"Dashboard.md",
|
"Dashboard.md",
|
||||||
|
"99 Work/0 OneSec/OneSecThoughts/Cofounder Meeting 1 - 04.06.25.md",
|
||||||
"2 Personal/Hobbies/Gelbes Velo von Mänu.md",
|
"2 Personal/Hobbies/Gelbes Velo von Mänu.md",
|
||||||
"0 Journal/0 Daily/2025-06-04.md",
|
"0 Journal/0 Daily/2025-06-04.md",
|
||||||
"Temporary/CM5 Carrier Review.md",
|
"Temporary/CM5 Carrier Review.md",
|
||||||
|
|||||||
@@ -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.
|
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).
|
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)
|
||||||
|
-
|
||||||
Reference in New Issue
Block a user