This sample shows how to use .NET on WASM integrated into a react application. It goes one step further and extract the react component into a reusable package.
- app: target react application using
react-scripts
- qrlibrary: npm library implementing QR generation
- dotnet: .NET implementation of QR generator
- react: webpack bundled react component for showing a QR code image