- cross-posted to:
- react@programming.dev
- cross-posted to:
- react@programming.dev
cross-posted from: https://programming.dev/post/9577952
Firereact is hooks, component and utilities library for Firebase and React.
Features
- Very lightweight, when unpacked, when minified, when minified+gzipped
- Supports Auth, Firestore, Functions, Providers and Storage.
- Provides hooks such as
useUser
for Auth oruseDocument
for Firestore, which can listen to realtime changes as well- Provides custom components such as
<FirestoreDocument />
or<StorageDownloadLink />
to keep the logic simple and/or avoid unnecessary rerendering- Provides
Provider
s such asFirebaseSuiteProvider
,FirebaseAuthProvider
orFirestoreProvider
to access Firebase service instances anywhere in the component tree without relying on global variables or prop-drilling- Comprehensive documentation
You must log in or register to comment.