•
Wherehouse • 9m
Here are five practical, real-world performance tips for a React.js developer: 1. Minimize Re-Renders with Memoization Use useMemo for expensive computations and useCallback for functions passed as props to prevent unnecessary re-renders. For example, memoize a filtered list that depends on user input to avoid recalculating it on every render. 2. Optimize Component Granularity Break down large components into smaller, focused ones, but avoid over-fragmentation. Pair this with React.memo for pure components that don’t need to update unless their props change—great for static UI elements like headers or footers. 3. Leverage Lazy Loading and Code Splitting Use React.lazy and Suspense to load components only when needed, like modals or secondary pages. Combine this with dynamic imports and Webpack’s code splitting to reduce initial bundle size and speed up page loads. Follow to read more on react .

AI Deep Explorer | f... • 8m
Big news for the research community: arXiv is moving to the cloud! The arXiv Cloud Edition (CE) project is officially underway — transitioning arXiv’s infrastructure from Cornell-hosted VMs to Google Cloud. This move isn’t just a lift-and-shift. We
See More
Building Lovable for... • 1m
The Crazzy Grind - Day 19: The ROI of Beauty. They say a good product doesn't need a beautiful UI. I think that's a lie we tell ourselves to avoid the hard work of design. Today, I didn't ship a single new feature for Crazzy. Instead, I spent the ent
See MoreHey I am on Medial • 6m
You shipped your Supabase app. Everything runs smooth... until it doesn’t. Not because Supabase is broken — But because it’s too easy to use. And that ease hides traps. Here are 6 mistakes that quietly wreck Supabase apps (and how to avoid them):
See More
Hey I am on Medial • 3m
I’ve come to realize something very deeply in my journey. Having the right tech team is not just important for the launch of a business, but also for the day-to-day operations that follow. When the right team isn’t there, everything starts slipping.
See MoreDownload the medial app to read full posts, comements and news.