[blog] Moving Towards a Stable JavaScript API#4632
Merged
Conversation
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
07504f6 to
edcb921
Compare
cortinico
reviewed
Jun 5, 2025
cortinico
reviewed
Jun 6, 2025
Comment on lines
+274
to
+286
| <summary> | ||
| **Does this guarantee a final API for React Native yet?** | ||
| </summary> | ||
|
|
||
| Sadly, not yet. In 0.80, we've made a tooling investment so that React Native's existing JS API baseline can be accurately consumed via TypeScript — enabling future stable changes. | ||
|
|
||
| Later in 2025 (and beyond), we may take more action to finalise the APIs we currently offer in core. API changes will always be communicated via RFCs/announcements, and typically a deprecation cycle. | ||
|
|
||
| - It's worth noting that React Native's JavaScript API **has already been pretty stable** across past `0.x` major versions. We're formalizing the existing API you know and love. | ||
|
|
||
| </details> |
Contributor
There was a problem hiding this comment.
IMHO this needs some rewording, let's discuss it offline
Member
Author
There was a problem hiding this comment.
Please DM with guidance, I'll sort this out on Sunday. FWIW I think this is in line with previous comms (conf talk).
edcb921 to
d09eb85
Compare
cipolleschi
previously requested changes
Jun 9, 2025
cipolleschi
left a comment
Contributor
There was a problem hiding this comment.
That's great, I left a few suggestion!
d09eb85 to
ab79566
Compare
jvenene
reviewed
Jun 10, 2025
ab79566 to
9d7dd1c
Compare
9d7dd1c to
1db32a8
Compare
cortinico
reviewed
Jun 12, 2025
coado
pushed a commit
to coado/react-native-website
that referenced
this pull request
Jun 30, 2025
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blog post for the JS Stable API changes coming in 0.80. Intends to be published simultaneously with the release post.
View the rendered preview