@kirupa Thanks for this post. So, there is no value in creating content on blogs and so. Because of AI our content is not credited to us and that means to money.
https://t.co/oPXUdtP3JU
if you haven't already, employ automated dependency check using npm audit & then npm audit fix to block vulnerabilities like XSS and more...
#websecurity
https://t.co/aay7uxWqYy
Immensely popular library to polyfill JS features that were not supported by browsers, the domain is owned by Chinese company, posing a threat.
While loading js file in browser, if it's module file with extension .mjs, make sure to let browser know it's a module
https://t.co/EXM72I9hMO
<script type="module" ..../>
Question is - should your component run on client or on server. As #reactjs provides both paradigms.
https://t.co/UvquZAJsdx
In the end, it's f (data, state)
Just came to know about #Bluesky
Out of curiosity wanted to create an account and got "Rate Limit Exceeded" on 2nd attempt of choosing my username. π€―
https://t.co/kboXugxDr4
Docs says rate limit is 100/5 min for creating an account.
Funny. I'm a human not a bot π€
Decided to use Material 3 for the design system and then came to know that MUI supports material version 2 π
Is there any way to use #mui today with material version 3?
https://t.co/tNxXe0SEK8
#materialui#react
Security engineer from our team introduced me to zod.
It gives superpowers to validate your schema, data and forms.
#typescript first and gels with the popular form validation libraries.
Must have for every project.