Issue Description
Run example/upload circuit is not on the first page. Having that on the first page makes it much more encouraging for a user to actually try the compiler.
Successful tools like the Godbolt compiler explorer have the can access the functionality on the main page.
Proposed Solution
Two options
- Pass the circuit to the compile page and then run from there. Passing the circuit might be tricky. Options to explore are browser cache, fancy requests or an auxiliary lambda.
- Run the compilation on the main page, i.e the URL does not change after compiling. Ideally the compilation view would have it's own URL
Additional References
https://stackoverflow.com/questions/52238637/react-router-how-to-pass-data-between-pages-in-react
Issue Description
Run example/upload circuit is not on the first page. Having that on the first page makes it much more encouraging for a user to actually try the compiler.
Successful tools like the Godbolt compiler explorer have the can access the functionality on the main page.
Proposed Solution
Two options
Additional References
https://stackoverflow.com/questions/52238637/react-router-how-to-pass-data-between-pages-in-react