Logo Awesome React

Awesome React

Build Real Web App with React #04

In this session we

- implement user sign up
- protect routes by implementing `UserRoute` and `GuestRoute` components
- learn about gotcha with `react-router` and `react-redux`'s `connect` function and how to deal with it
- add email uniqueness validation to `User` model on backend

Links:

- Support channel - become patron! https://www.patreon.com/remzolotykh
- bookworm-react repo: https://github.com/Remchi/bookworm-react
- bookworm-api repo: https://github.com/Remchi/bookworm-api