NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

React app chapter #14

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

A C++ developer I would like to know how to wrap the root finding algorithm in a simple React application. The chapter should introduce things slowly so instead of using the create react app template or Typescript use a skeleton like https://reactjs.org/docs/add-react-to-a-website.html#quickly-try-jsx

Acceptance criteria:

Tasks:

sverhoeven commented 4 years ago

At the end of the chapter it would be nice to render the form using a JSON schema and react-jsonschema-form from a CDN.