Skip to main content
← All Tags

React

8 articles in this category

AI NewsReactPerformance

Elevating React Performance: A Deep Dive into Optimization Techniques

Optimize React applications for speed and responsiveness using techniques like memoization, code splitting, and virtualization, improving user experience.

Read more
AI NewsReactWebDev

FormCN: Generate React Forms in Seconds

FormCN is a new CLI tool that generates fully-typed, validated React forms in seconds, saving developers up to hours of repetitive work.

Read more
AI NewsMicrofrontendsReact

Federated State Done Right: Zustand, TanStack Query, and the Patterns That Actually Work

This article details strategies for managing state in micro-frontend architectures, highlighting the pitfalls of naive approaches and advocating for Zustand and TanStack Query with a 100-150KB gzip reduction in Time to Interactive.

Read more
AI NewsDevOpsReact

Deploy TanStack Start with SQLite to Your Own Server

This guide details deploying a full-stack TanStack Start application with a SQLite database to a Linux server using Haloy.

Read more
AI NewsReactPerformance Optimization

Optimizing React Hook Form Performance: Advanced Tips

React Hook Form's useWatch() and formState optimizations reduce re-renders by 40% in large forms.

Read more
AI NewsReactPerformance

Router-Kit: A Lightweight, Eco-Friendly React Router for Simple Routing Needs

Router-Kit introduces a lightweight, eco-friendly React router for simple routing needs, emphasizing performance and sustainability.

Read more
AI NewswebdevReact

Google Maps Routes API: Passing the 25 Waypoint Limit

Bypassing Google Maps API's 25-waypoint limit with scalable routing strategies.

Read more
ReactFrontendPerformance

React Performance Optimization: Complete Guide to Building Fast Applications

Master React performance optimization with proven techniques. Learn code splitting, memoization, lazy loading, Virtual DOM optimization, and advanced patterns to build lightning-fast React applications.

Read more