UNPKG

qortex-react

Version:

React hook bridge for qortex runtime

49 lines (33 loc) 2.04 kB
# 🎭 qortex-react > **React hooks for universal data access. Set and read data from anywhere! ⚛️** [![npm version](https://badge.fury.io/js/qortex-react.svg)](https://badge.fury.io/js/qortex-react) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/qortex-react)](https://bundlephobia.com/package/qortex-react) [![Bundle Size](https://img.shields.io/badge/gzipped-2KB-brightgreen)](https://bundlephobia.com/package/qortex-react) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) [![React](https://img.shields.io/badge/React-18+-blue.svg)](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>