qortex-react
Version:
React hook bridge for qortex runtime
49 lines (33 loc) • 2.04 kB
Markdown
# 🎭 qortex-react
> **React hooks for universal data access. Set and read data from anywhere! ⚛️**
[](https://badge.fury.io/js/qortex-react)
[](https://bundlephobia.com/package/qortex-react)
[](https://bundlephobia.com/package/qortex-react)
[](https://www.typescriptlang.org/)
[](https://reactjs.org/)
## ✨ What makes this special?
**qortex-react** lets you **set and read data from anywhere** - not just React components! Perfect for:
- 🔐 **App core data** - Authentication, user profiles accessible from anywhere
- 🔄 **Background services** - WebSocket updates, timers, external events
- 🎯 **Cross-component communication** - No more prop drilling
- ⚡ **Real-time updates** - Push changes from anywhere, see them in React instantly
```bash
pnpm add qortex-react qortex-core
```
## 📚 Documentation
**Complete documentation, examples, and API reference available at:**
### 🌐 [qortex.darshannaik.com](https://qortex.darshannaik.com)
## 📄 License
MIT License - feel free to use this in your projects! 🎉
## 🎯 Support
Need help? Have questions? Want to chat about data fetching strategies?
- 📚 **Documentation**: [qortex.darshannaik.com](https://qortex.darshannaik.com)
- 📧 **Email**: [darshannaik.com](https://darshannaik.com)
- 🐛 **Issues**: [GitHub Issues](https://github.com/Darshan-Naik/qortex/issues)
- 💬 **Discussions**: [GitHub Discussions](https://github.com/Darshan-Naik/qortex/discussions)
- 🌟 **Repository**: [https://github.com/Darshan-Naik/qortex](https://github.com/Darshan-Naik/qortex)
---
<div align="center">
<p>Made with ❤️ by <a href="https://darshannaik.com">Darshan</a></p>
<p>⭐ Star this repo if you found it helpful!</p>
</div>