Browsing Tag
react
581 posts
how actually react works behind the scenes
hi. just launched a new blog where I break down how react works behind the scenes. Spent some…
Figma to React instantly: Introduction Anima app
Figma design → React/Vue/HTML code instantly Hello people, Welcome to the new blog. Today we will be discussing…
Blockchain Insight Hub: Visualizing the Digital Ledger Universe
This is a submission for the KendoReact Free Components Challenge. What I Built I developed a Blockchain Transaction…
React Performance vs. Web Performance: Understanding the Difference
When discussing performance optimizations, it’s easy to mix up React performance techniques with broader web performance considerations. While…
React vs Next.js: Which One to Choose?
When building a web app, developers often face a critical decision: Should I use React or Next.js? Both…
TanStack Table – Quick Learning
Basic React Table Create an instance of a react-table. const BasicTable = () => { ...... ... const…
React Query or SWR: Which is best in 2025?
When building modern React applications, efficient data fetching and caching are crucial for performance and user experience. In…
[Boost]
Modern React UI Libraries: Features, Pros, and Cons Praveen Rajamani ・ Mar 6 #react #javascript #nextjs #webdev
Are You Using JSX Wrong in Next.js? Let’s Fix That Today! 🚀
If you’re building modern web apps with Next.js, mastering JSX and rendering is a game-changer. But what if…