MichaelCurrin / email-variation

Create unique but valid variations of your Gmail address
https://michaelcurrin.github.io/email-variation/
MIT License
1 stars 0 forks source link

Use controlled compents to allow editing and displaying properly #1

Open MichaelCurrin opened 2 years ago

MichaelCurrin commented 2 years ago

https://reactjs.org/docs/forms.html#controlled-components

MichaelCurrin commented 2 years ago

I learnt some about React in my 10 days of React and that solved this kind of issue.

https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/javascript/packages/react/basics/