An open API service indexing awesome lists of open source software.

https://github.com/web3-storage/w3up-client-examples


https://github.com/web3-storage/w3up-client-examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# W3up Client Examples

## Examples List

Examples marked with E2E are meant to demonstrate a full application flow, whereas others might be a minimial implementation.

### React native [ E2E ]

Example that loads the client via a React Provider into a RN Environment

### React Nextjs [ E2E ]

Example that loads the client via a React Provider intoa NextJS application

### React SST Next

Example that loads the Client into A React Provider into the SST implementation of a NextJS site. This is similar to a standard site with some limitiations imposed by the SST env, Next version used by the CDK construct.

You can read about its capabilities and the NextjsSite Implemenation in SST [here](https://docs.sst.dev/constructs/NextjsSite)