@pubflow/react 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
React adapter for the Pubflow framework with support for any React-based framework.
|
|
4
4
|
|
|
5
|
+
## 📚 Documentation
|
|
6
|
+
|
|
7
|
+
- **Flowless (Authentication Backend)**: [https://flowless.dev/](https://flowless.dev/)
|
|
8
|
+
- **Flowfull Client Libraries**: [https://clients.flowfull.dev/](https://clients.flowfull.dev/)
|
|
9
|
+
- **Bridge Payments**: [https://bridgepayments.dev/](https://bridgepayments.dev/)
|
|
10
|
+
|
|
5
11
|
## Features
|
|
6
12
|
|
|
7
13
|
- Complete React integration for Pubflow
|
|
8
14
|
- SWR for data fetching and caching
|
|
9
15
|
- Framework-agnostic design (works with any React framework)
|
|
10
16
|
- Support for Remix, Next.js, Create React App, and more
|
|
17
|
+
- **Bridge Payment Client** for payment processing (NEW in v0.4.0)
|
|
11
18
|
- Optimized for React 17+
|
|
12
19
|
- TypeScript support
|
|
13
20
|
- Customizable components
|
package/dist/index.cjs
CHANGED
|
@@ -10051,6 +10051,10 @@ function useRequireAuth(options = {}) {
|
|
|
10051
10051
|
};
|
|
10052
10052
|
}
|
|
10053
10053
|
|
|
10054
|
+
Object.defineProperty(exports, 'BridgePaymentClient', {
|
|
10055
|
+
enumerable: true,
|
|
10056
|
+
get: function () { return core.BridgePaymentClient; }
|
|
10057
|
+
});
|
|
10054
10058
|
exports.AccountCreationForm = AccountCreationForm;
|
|
10055
10059
|
exports.AdvancedFilter = AdvancedFilter;
|
|
10056
10060
|
exports.BridgeForm = BridgeForm;
|