https://github.com/reactive/coin-app
https://github.com/reactive/coin-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactive/coin-app
- Owner: reactive
- Created: 2023-08-27T03:22:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T10:35:15.000Z (over 1 year ago)
- Last Synced: 2025-06-06T18:12:34.924Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://coin-app-lake.vercel.app
- Size: 5.92 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Reactive Data Client](https://dataclient.io/) project demonstrating usage with different frameworks.
## Getting Started
Check the [apps](./apps) directory for different frameworks.
- [NextJS](./apps/next/)
[packages](./packages) contains shared code used among all frameworks.
- [@coin/resources](./packages/resources/)
- [@coin/components](./packages/components/)
- [@coin/stream](./packages/stream/)
## Learn More
To learn more about running Data Client with Next.js, take a look at the following resources:
- [NextJS + Reactive Data Client guide](https://dataclient.io/docs/guides/ssr#nextjs)
- [Data Client Resources](https://dataclient.io/docs/getting-started/resource) - definining TypeSafe APIs.
- [Data Dependencies](https://dataclient.io/docs/getting-started/data-dependency) - fetch & rendering data in ReactJS components.
- [Reactive Mutations](https://dataclient.io/docs/getting-started/mutations) - building interactive data driven applications.