Filter
Exclude
Time range
-
Near
22 Apr 2025
Day 18 learning react I started learning how the use of useEffect works in react. How, and when it should be use in projects. And I wrapped up the day with hand-on practice, using Tailwind CSS for styling. #react #mrmay #javascript #jsframework #jslibraryDay
1
3
51
18 Apr 2025
Day 16 learning React I started by practicing hand-on some past things I've learnt so as to understand them more. Then, We dive into how state and props interact in parents and child components. It's going greatly! #react #mrmay #javascript #jsframework #jslibrary.
4
39
6 Apr 2025
4th day learning React I learnt, practiced and understood how to compose different react components, plus how to call a jsx component inside another jsx component. Furthermore, I learnt styling and organising components in react. #react #mrmay #javascript #jsframework
3
37
19 Mar 2025
Replying to @wllottnwldr
even tho frontend have so much fra(meow)rks, i think you can differentiate it based on your needs and thats fine: - htmx, simple app, not really complicated component stuff, probably suitable for mvp, really good tho but once frontend become more complex, its quite hard to maintain it (personally) - vite react routing, classic react app stack, good if you dont need seo, only familiar with react, need better performance on react, llm can write react - nextjs, you need seo for your website/apps, very large community support, bunch of libraries support and easy development, llm can write react (2), need server side rendering mostly, monorepo fullstack - svelte(kit), you need better performance than nextjs, literally what developing website feels like for me - vue, idk about this but hearing some few good stuff, secondary to react i think - angular js, dont touch this shit - astro js, suitable for developing ssg website, really suitable for developing blog-focused website, you can use most jsframework component such as react, svelte, vue - remix, idk i havent try it yet i only use htmx, astro, nextjs, vite react, svelte and i use based on what i need thats kinda the point like if i want to make blogging website id consider astro as first choice, or just stick to what do you comfortable at and be good at it, the safest choice for now would be react ofc for job opportunities lmao
2
2
34
Javascript Tip: Use the Number.parseInt() and Number.parseFloat() methods to parse strings as integers or floating-point numbers. #JSFramework #FrontendFramework #Coding #JSDeveloper #FrontendEngineer #ModernJavaScript #JSLibraries
1
1
56
Javascript Tip: Use the Date object to work with dates and times. #JavaScript #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework
2
49
Javascript Tip: Use template literals for cleaner and more readable string concatenation. #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding #JSDeveloper #FrontendEngineer
2
57
Javascript Tip: Use nullish coalescing operator ?? to provide default values when dealing with null or undefined values. #JavaScript #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding
2
66
OK Tech Twitter, I've been hearing about something called Astro. From what I gather it's another JS Framework? #Astro #JavaScript #JS #JavaScriptFramework #JSFrameWork #AstroJS #TechTwitter
1
2
212
Javascript Tip: Use Promise.all() and Promise.race() to manage multiple asynchronous operations. #JavaScript #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding #JSDeveloper
1
82
Javascript Tip: Use Function.prototype.call() and Function.prototype.apply() to invoke a function with a specific context and arguments. #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding #JSDeveloper
3
1
365
Javascript Tip: Use the in operator to check if an object has a specific property. #JavaScript #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding
10
6
658
Javascript Tip: Use the Array.from() method to create a new array instance from an array-like or iterable object. #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding #JSDeveloper
2
2
513
Javascript Tip: Use the Rest parameter syntax to accept a variable number of function arguments. #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding
3
56
Javascript Tip: Use template literals for easier string interpolation. #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding
2
7
400
Javascript Tip: Use the Promise.prototype.finally() method to execute code after a Promise is settled, regardless of its outcome. #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding
1
44
Fullstack Tips: Node.js Use the util.promisify() function to convert callback-based functions to promise-based ones, making them easier to work with async/await #JavaScript #ES6 #FrontendDev #ReactJS #WebDevelopment #JSFramework #FrontendFramework #Coding #JSDeveloper
1
1
6
81