Skip to content

Commit 300b602

Browse files
authored
Fix a backlink on hermes-as-the-default (#3899)
1 parent f6360b2 commit 300b602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2022-07-08-hermes-as-the-default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [announcement, release]
66

77
# Hermes As the Default Blogpost
88

9-
Last October, we [announced](https://engineering.fb.com/2019/07/12/android/hermes/) that we had started work towards **making** **Hermes the default engine for all React Native apps**.
9+
Last October, we [announced](blog/2021/10/26/toward-hermes-being-the-default) that we had started work towards **making** **Hermes the default engine for all React Native apps**.
1010

1111
Hermes has provided a lot of value to React Native inside of Meta, and we believe the open-source community will benefit as well. Hermes is designed for resource constrained devices and optimizes for start up, app size, and memory consumption. One key difference between Hermes and other JS engines is its ability to compile JavaScript source code to bytecode ahead of time. This precompiled bytecode is bundled inside the binary, and saves the interpreter from having to perform this expensive step during app startup.
1212

0 commit comments

Comments
 (0)