Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
📄 Practices for the Sign-up Flow: Keep it simple
#guide
#guide
The sign-up form should ask only for essential information. In case the product requires additional information besides an email and a password, split the sign-up flow into several steps.
This media is not supported in your browser
VIEW IN TELEGRAM
Now the administration can receive donations through posts reactions 🌟
One star costs less than one UAH. Update Telegram and support this channel.
One star costs less than one UAH. Update Telegram and support this channel.
Please open Telegram to view this post
VIEW IN TELEGRAM
#js #records #tuples
⚠️ ECMAScript® 2024 (ES15)
✅ Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1🔥1
📄 Practices for the Sign-up Flow: Provide social login methods
#guide
#guide
Social login methods make the sign-up process quicker and easier. When users sign up using social login, other essential information such as name and email can be retrieved automatically. Additionally, users will not need to create a password.
#js #promise
Create a cancellable promise P with a method cancel such that after we call the method P.cancel(), the promise cannot be resolved now. There should be a way to know that the promise was cancelled and not rejected.
✅ Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
📄 Practices for the Sign-up Flow: Provide instructions for the password field
#guide
#guide
Display instructions near the password input field to help users create a password, and provide instant feedback as users type. This makes password creation and the overall sign-up process easier.