https://github.com/web3-storage/w3up-client-examples
https://github.com/web3-storage/w3up-client-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3-storage/w3up-client-examples
- Owner: web3-storage
- Archived: true
- Created: 2022-08-05T21:47:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T20:22:54.000Z (over 3 years ago)
- Last Synced: 2025-03-12T22:42:36.050Z (over 1 year ago)
- Language: TypeScript
- Size: 504 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)