Skip to content

Update react-native-libraries.json#1948

Closed
alexrus28996 wants to merge 1 commit intoreact-native-community:mainfrom
alexrus28996:patch-4
Closed

Update react-native-libraries.json#1948
alexrus28996 wants to merge 1 commit intoreact-native-community:mainfrom
alexrus28996:patch-4

Conversation

@alexrus28996
Copy link
Copy Markdown
Contributor

Library Name

react-native-threadforge

Description

ThreadForge brings real multithreading to React Native.

It runs serializable JavaScript functions on background native threads using a high-performance C++ worker pool, keeping the main thread smooth and responsive.
It’s Hermes-safe, supports progress updates, task cancellation, and integrates seamlessly with both Hermes and JSC engines.

Features

  • 🚀 Native C++ thread pool with isolated Hermes VMs
  • 🧵 True multi-threaded task execution
  • 📊 Built-in progress tracking via onProgress()
  • 🛑 Graceful task cancellation
  • 🧩 Fully TypeScript-typed API
  • ⚙️ Compatible with React Native’s new JSI architecture

Platforms

✅ Android
✅ iOS
✅ Windows (partial support planned)

Repository

🔗 GitHub – react-native-threadforge

npm Package

📦 npm – react-native-threadforge

Demo

🧠 Example Project
Includes demo app and usage examples.

Image

ThreadForge Demo


ThreadForge helps React Native developers unlock native-level performance by moving heavy JS logic off the main thread — ideal for compute-heavy, AI, and data-driven apps.

@Simek
Copy link
Copy Markdown
Member

Simek commented Oct 20, 2025

@Simek Simek closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants