darcydriscoll / chat-room

A small chat room made w/ Vue, Tailwind, MySQL, and PHP.
MIT License
0 stars 0 forks source link

Consider utilising <Suspense> component and other relevant async features of Vue. #17

Open darcydriscoll opened 2 years ago

darcydriscoll commented 2 years ago

🐏 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