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:
@@ -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)
|
||||
-
|
||||
Reference in New Issue
Block a user