01Automatic performance optimization by leveraging React Compiler patterns.
02Simplified ref handling by treating refs as standard props without forwardRef.
03Default Server Component architecture to reduce client-side bundle sizes.
04Streamlined promise and context handling using the new use() hook.
052 GitHub stars
06Modern form state management with useActionState and Server Actions.