Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 573 Bytes

Opcalc example -- React

animated site gif

Getting started

This project is bootstrapped with Create React APP, with TypeScript configured.

You may find the entire application's source code in app.tsx.

Note: wasm support in React

As of CRA v4.0, React does not come with native support for webassembly yet. This project follows this tutorial to make React webassembly-ready.