From b6471176bf66472e616c38d8ee198f70f0a49951 Mon Sep 17 00:00:00 2001 From: Rob Date: Sun, 29 Mar 2020 16:21:35 -0300 Subject: [PATCH] 29/03/2020 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0948c58..5d040de 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ - Hired one great developer to build the entire frontend - Formal Verification in addition to Security Audit +### 28/03/2020 + +- TIL **(Frontend)** *React Hooks* -> How to implement Private Route w/ Context. Also learned that useContext() is the same as `` and you should pass a handler through `` if you want to change the context from a child component + +### 29/03/2020 + +- TIL **(Backend)** *Firebase* -> How to handle Login and Signup w/ email and password using Firebase. +