aka "Forgot password"
We are going to add a new page /authorize#recover-password to the existing /authorize application. This page has an input for entering an email, button for submission, and a link back to the sign in page. It will make a network request to the server with the email and the response we will display to the user.
- Demo existing functionality with
raj-web-debugger - Show how
raj-spaallows us to do routing - Show how we leverage
tagmemefor strict pattern matching - Show how we can develop "headless" pages
- Show how we can develop without involving the backend
- Write an effect
- Discuss tag unions for representing possible states of data
- Discuss what it takes to test programs
- Explain why "Raj does modlets better than Can does."
- Show off state-less views like
<TextField/> - Dig into
raj-spato show program composition - Differences between Raj and Elm subscriptions