grapp-dev / wave

Ride the wave of change, reactively. A library that combines the flexibility of React Hooks with the paradigm of reactive programming.

Home Page:https://wave.grapp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wave · PRs Welcome GitHub license npm

Bring the power of reactive programming to your React applications.

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.

Documentation

Full documentation can be found here.

Installation

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

Discord

Join Discord to get involved with the community, ask questions, and share tips.

License

The MIT License.

See LICENSE

About

Ride the wave of change, reactively. A library that combines the flexibility of React Hooks with the paradigm of reactive programming.

https://wave.grapp.dev


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%