From 873611d7fc568a60b14d3aa9096887e96f02e557 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Sun, 22 Nov 2020 15:42:40 +0100 Subject: [PATCH] Improve react course --- training/front-end/06-front-end-development-practices.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/training/front-end/06-front-end-development-practices.md b/training/front-end/06-front-end-development-practices.md index 5f45ca9..bef0db9 100644 --- a/training/front-end/06-front-end-development-practices.md +++ b/training/front-end/06-front-end-development-practices.md @@ -69,6 +69,8 @@ See [TypeScript](./03-typescript.md) ### Interaction with the backend - GraphQL and Apollo +- redux-saga et al. +- Hooks for API handling ### Error handling