#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.
📄 Difference Between Native Federation, Module Federation, and Single-Spa
#info #module_federation #native_federation
✅ Article link
#info #module_federation #native_federation
✅ Article link
👍2
Forwarded from Angular 🇺🇦 - practical notes
Hello, friends!
As you can see, I'm a Ukrainian software engineer who tries to do volunteer fundraisers to support the Armed Forces of Ukraine. Sometimes it takes a lot of time and I am not able to maintain this channel for you. Please help me close these fundraisers because without the Ukrainian army there will be nothing Ukrainian. Thank you very much!
💵 FOR Ukraine:
https://send.monobank.ua/jar/5TvPibajtR
5375 4114 1222 8582
🌎 FOR ALL DONATS:
💵 SWIFT code: UNJSUAUKXXX
💵 PayPal: luckystudydanit@gmail.com
My profile with reports after closing fundraiser :
https://www.facebook.com/volunt2erua/
also all reports in our🚀 channel:
https://t.me/toxicc_squad
As you can see, I'm a Ukrainian software engineer who tries to do volunteer fundraisers to support the Armed Forces of Ukraine. Sometimes it takes a lot of time and I am not able to maintain this channel for you. Please help me close these fundraisers because without the Ukrainian army there will be nothing Ukrainian. Thank you very much!
💵 FOR Ukraine:
https://send.monobank.ua/jar/5TvPibajtR
5375 4114 1222 8582
🌎 FOR ALL DONATS:
💵 SWIFT code: UNJSUAUKXXX
💵 PayPal: luckystudydanit@gmail.com
My profile with reports after closing fundraiser :
https://www.facebook.com/volunt2erua/
also all reports in our
https://t.me/toxicc_squad
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
📄 Practices for the Sign-up Flow: Allow users to make the password visible
#guide
#guide
By offering the option to show the entered password, users can check their input, which reduces the chances of typing errors.