#react-19
Read more stories on Hashnode
Articles with this tag
One of the new features in React 19 is the use API. The basic idea is that the use API can fetch resources during React's render cycle. Instead of...
React 19's useOptimistic hook lets you update your UI to its expected state after an asynchronous action while the action is still in...
React 19 makes it way easier to manage state and data mutations! This is made possible with the introduction of "Actions" which are functions that use...