docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[[React Native 게임 최적화 (JSI, Hermes)]]
|
||||
[[React Native 게임 최적화 (JSI, Hermes)|React Native 게임 최적화 (JSI, Hermes)]]
|
||||
📌 Brief Summary
|
||||
Optimizing games in React Native involves moving beyond the traditional bridge-based communication. By leveraging the JavaScript Interface (JSI) for direct synchronous calls and the Hermes engine for efficient bytecode execution, developers can achieve near-native performance for complex interactive systems.
|
||||
|
||||
@@ -12,8 +12,8 @@ Optimizing games in React Native involves moving beyond the traditional bridge-b
|
||||
* Use `react-native-skia` for high-performance 2D graphics directly on the GPU.
|
||||
|
||||
🔗 Knowledge Connections
|
||||
* Related Topics: [[High-Performance-Mobile-Development]], [[C++ Interop]], [[JS Engine Architecture]]
|
||||
* Projects/Contexts: [[Cross-Platform Game Engines]], [[Skybound Mobile Port]]
|
||||
* Related Topics: High-Performance-Mobile-Development, C++ Interop, JS Engine Architecture
|
||||
* Projects/Contexts: Cross-Platform Game Engines, Skybound Mobile Port
|
||||
* Contradictions/Notes: While JSI significantly improves speed, it requires more advanced C++ knowledge to implement custom host objects compared to the old bridge.
|
||||
|
||||
Last updated: 2026-04-18
|
||||
|
||||
Reference in New Issue
Block a user