@graphoria/react 0.4.0 → 0.5.0
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/graphoria/graphoria/main/docs/brand/graphoria-banner.png" alt="Graphoria — instant GraphQL & REST from your database" width="880">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# @graphoria/react
|
|
2
6
|
|
|
3
7
|
Client-agnostic React auth + route helpers for Graphoria servers. Owns the auth lifecycle (`auth_login` / `auth_refresh` / `auth_logout`, proactive token refresh, single-flight 401 retry) and exposes a tiny event API your GraphQL client of choice — Apollo, urql, relay, raw fetch — plugs into.
|