Open darcydriscoll opened 2 years ago
src/components/pages/SignIn.vue::submitNickname
Template of SignIn.vue.
Any place we need to fetch something from the server and make things happen on the client-side in relation to that.
I might not be making the most use out of Vue's functionality.
Investigate the component and other relevant async features of Vue.
🐏 Now: Motivation
⚜️ Where's the issue?
src/components/pages/SignIn.vue::submitNickname
Template of SignIn.vue.
Any place we need to fetch something from the server and make things happen on the client-side in relation to that.
⚜️ What's the issue?
I might not be making the most use out of Vue's functionality.
⚜️ Any ideas on how to solve it?
Investigate the component and other relevant async features of Vue.
🦄 Later: Solving it
💠 The problem
💠 The method
💠 Notes