Skip to content
/ use-flow Public

useFlow is a library of react hooks enabling developers to build DApps on Flow quickly and efficiently

License

Notifications You must be signed in to change notification settings

maggo/use-flow

Repository files navigation

WIP: useFlow - a react hooks library for DApp development on Flow

useFlow is a library of react hooks enabling developers to build DApps on Flow quickly and efficiently. The libary provides hook abstractions for all FCL functionality, like wallet connection, executing scripts and transactions and signing messages, all while featuring built in caching, request deduplication and loading states powered by react-query.

Installation

WORK IN PROGRESS!

This library is not yet published to npm and the following commands will fail.
Please check back later :^)
# yarn
$ yarn add @maggo/use-flow @onflow/fcl
# pnpm
$ pnpm i @maggo/use-flow @onflow/fcl
# npm
$ npm i @maggo/use-flow @onflow/fcl

Usage

WIP: See examples/react

About

useFlow is a library of react hooks enabling developers to build DApps on Flow quickly and efficiently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published