Version: 0.0.4
Description: App bridge for Angular and React
The @rob-long/app-bridge
library provides a seamless bridge for state management between Angular and React applications using RxJS. It allows easy integration and communication between different frameworks, ensuring consistent state handling across your application.
npm install @rob-long/app-bridge
BehaviorSubject
for managing state.import { appBridgeService } from '@rob-long/app-bridge';
const appBridge = appBridgeService('myApp');
import { useAppBridge } from '@rob-long/app-bridge';
const [state, updateState] = useAppBridge('mySubject');
jest --config jest.config.json
rollup -c
eslint . --ext .ts
prettier --write .
typedoc
Feel free to open issues or submit pull requests. Ensure that all new code has associated tests and follows the existing style.
This project is licensed under the ISC License.
Created by Rob Long.
For more detailed documentation, visit the TypeDoc pages.