Skip to content

Commit

Permalink
29/03/2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre authored Mar 29, 2020
1 parent 73b1e0d commit b647117
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Context.Consumer>` and you should pass a handler through `<Context.Provider>` 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.




Expand Down

0 comments on commit b647117

Please sign in to comment.