this post was submitted on 05 Feb 2024
2 points (100.0% liked)

ReactJS

94 readers
2 users here now

Community around ReactJS and it's packages.

founded 4 years ago
MODERATORS
 

cross-posted from: https://programming.dev/post/9577952

Firereact is hooks, component and utilities library for Firebase and React.

Features

  • Very lightweight, unpacked size when unpacked, npm min bundle size when minified, npm minzip bundle size when minified+gzipped
  • Supports Auth, Firestore, Functions, Providers and Storage.
  • Provides hooks such as useUser for Auth or useDocument 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 Providers such as FirebaseSuiteProvider, FirebaseAuthProvider or FirestoreProvider to access Firebase service instances anywhere in the component tree without relying on global variables or prop-drilling
  • Comprehensive documentation
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here