diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ec2162e..7d4f384 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/2 Personal/1 Skills/IT/React Learnings.md b/2 Personal/1 Skills/IT/React Learnings.md index 11563ac..1d87969 100644 --- a/2 Personal/1 Skills/IT/React Learnings.md +++ b/2 Personal/1 Skills/IT/React Learnings.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. 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) +- \ No newline at end of file