
A library of React components for building Web Audio graphs.
r-audio is a library of React components designed for building Web Audio graphs. Its main objectives are to make the code more readable and representative of the graph shape, make it easier to create reusable graphs, and simplify state management with React's one-way data bindings and single source of state. The library allows users to represent any arbitrary directed graphs in JSX and supports all non-deprecated audio nodes, including AudioWorklet.
r-audio is a React library that simplifies the process of building Web Audio graphs. With its focus on readability, reusability, and state management, r-audio allows users to create complex audio systems with ease. Its support for JSX representation, integration of HTML components, and compatibility with all non-deprecated audio nodes make it a powerful tool for audio development.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.