Wave is a reactive programming library powered by the Wonka library that seamlessly combines React hooks with Wonka sources and operators. It bridges the gap between React's declarative approach and the functional reactive programming paradigm.
Wave provides a comprehensive set of hooks to bring the power of reactive programming to your React applications seamlessly. With Wave, you can easily create reactive updates for your UI components based on changing data streams. Whether you're building a simple or complex React app, Wave can help you create a highly responsive and interactive UI.
Full documentation can be found here.
To install Wave, you should use your preferred package manager.
bun add @grapp/wave
pnpm add @grapp/wave
yarn add @grapp/wave
npm install @grapp/wave --save
Join Discord to get involved with the community, ask questions, and share tips.
The MIT License.
See LICENSE