Changelogs

LATEST

  • We upgraded Pro Template to React Native 0.78.2, unlocking React 19 features
    • Actions: async transition functions for data submission with built-in pending states, optimistic updates, and error handling.

    • useActionState: a hook that wraps Actions to track results and pending states.

    • useOptimistic: a new hook that shows optimistic UI updates while async requests are in progress, automatically reverting on errors.

    • use: a new API that allows reading promises or contexts during render, with automatic Suspense handling.

    • ref as props: you can now pass ref as a prop directly, eliminating the need for forwardRef.

    • and many more…