React 19 Beta
(react.dev)नई सुविधाएँ
- useActionState: सामान्य Actions use cases के लिए समर्थन
<form>Action Function का समर्थन- useFormStatus: form state की जानकारी प्रदान करता है
- useOptimistic: optimistic updates प्रदान करता है
- use: rendering से संबंधित asynchronous support
मुख्य सुधार
refको props के रूप में इस्तेमाल किया जा सकता है- hydration errors के लिए बेहतर error reporting संभव
<Context>को provider के रूप में इस्तेमाल किया जा सकता हैrefcallback से cleanup function return किया जा सकता है- useDeferredValue में initial value सेट की जा सकती है
- document metadata तथा components के भीतर stylesheet, asynchronous script आदि का समर्थन
1 टिप्पणियां