docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -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