Arama Sonuçları: "#javascriptframeworks"

20 sonuç
Tejas A.
Tejas A.@TEJAS_DEV_code·
What's the React concept that finally clicked for you? And what made it click? Mine: useEffect cleanup when I saw the memory leak. Share your "aha" moment 👇 #react #javascriptframeworks #buildinpublic
English
0
0
11
135
Starniq
Starniq@StarniqR·
@YBenlemlih Instead of checking roles the hard way, keep it clean const canDelete = user.role === "admin" Or make it flexible for multiple roles: const canDelete = ["admin", "superadmin", "moderator"].includes(user.role) Clean, readable, and easy to extend #javascriptframeworks
English
0
0
4
468
Zenith Dev
Zenith Dev@zenithdevtech·
React 19 = less boilerplate, smarter UIs 💡 Old way: isLoading ? <Spinner /> : <Page /> New way: <Suspense fallback={<Loading />}> The future of React is here — async components are the new meta ⚛️ #React19 #WebDev #javascriptframeworks #zenithdevtech
Zenith Dev tweet media
English
0
1
5
69
"Hadeer,,
"Hadeer,,@Hadeer07681881·
From breaking puzzles as a kid to breaking code today I’ve always loved understanding how things work. After mastering WordPress, I started learning JavaScript and I’m hooked!.Every line of code feels like solving a mystery. #100DaysOfCode #CodeNewbie #javascriptframeworks
English
0
0
2
33