Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React app chapter #14

Closed
6 tasks
sverhoeven opened this issue Mar 16, 2020 · 1 comment · Fixed by #23
Closed
6 tasks

React app chapter #14

sverhoeven opened this issue Mar 16, 2020 · 1 comment · Fixed by #23

Comments

@sverhoeven
Copy link
Member

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:

  • Someone (aka reviewer) is able to understand and run example

Tasks:

  • Form to set input values
  • After submit start web worker
  • Run root finding algorithm in web worker with emscripten files
  • Show progress to user, using messages
  • Show result as a number
@sverhoeven
Copy link
Member Author

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.

sverhoeven added a commit that referenced this issue May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant