React

[ follow ]
fromLogRocket Blog
6 days ago

File-based routing in React Router v7 - Why keep it optional? - LogRocket Blog

React Router was first released in November 2014 by Michael Jackson (not that M.J.) and Ryan Florence. At the time, most React developers were still figuring out how to handle navigation in single-page apps without resorting to low-level history manipulation. React Router provided a simple alternative. It lets you declare routes as JSX elements, which fit naturally into React's component model and way of thinking.
React
React
fromThe New Stack
1 week ago

Fresh + Vite Means 9-12x Faster Development for Deno

In other dev news: Learn React in the most hilarious way, Nuxt update increases stability, and the HTMHell Advent Calendar seeks submissions.
#state-management
fromkrasimirtsonev.com
2 weeks ago

React Server Components support without a framework

When I started researching, I found that there are solutions outside of Next.js, but they were either incomplete or tied to specific tools like Vite or esbuild. The more I dug, the more I realized that what we really have is a pattern without a proper implementation. It reminded me of Flux back in the day-a pattern that introduced new ideas but lacked clear direction on how those ideas should fit into existing applications.
React
fromMedium
1 month ago

React Native in the Super App Race: From Foldables to Flip Phones

Dynamic layouts are essential for adapting to varying screen sizes and orientations mid-session, maintaining layout integrity and user context, especially in foldable devices.
React
fromMedium
1 month ago

How React Batching and Scheduling Work Behind the Scenes

React allows multiple updates to be batched together, which minimizes the number of render passes and significantly improves performance in applications. With this optimization, developers can create smoother and more efficient user interfaces by reducing the number of times components are rendered.
React
#react-native
React
fromMedium
1 month ago

How React Batching and Scheduling Work Behind the Scenes

Understanding batching and scheduling in React is essential for building performant applications.
React
fromHackernoon
5 years ago

Shrink Your Lottie Animations by 80% with the .lottie Format | HackerNoon

Lottie animations enhance consumer applications but can be large, with .lottie format offering a way to reduce file sizes significantly.
React
fromMedium
2 months ago

Complete Guide to React Server Components in React 19 & Next.js 15

React Server Components enhance performance by enabling server-side rendering without sending excessive JavaScript to the client.
React
fromLogRocket Blog
2 months ago

React & TypeScript: 10 patterns for writing better code - LogRocket Blog

TypeScript enhances React applications by addressing challenges of type safety and code maintainability.
fromArs Technica
2 months ago

Researchers develop a battery cathode material that does it all

The proposed electrode material combines conduction, ion mobility, and self-healing properties, aiming to simplify the structure and efficiency of battery cathodes.
React
[ Load more ]