Questions

  1. Why did we use Vue for this application (instead of React or Angular)?
  2. Why did we use C instead of C++ for this project?
  3. Why did we need to set up a mock API using jsonstore.io instead of storing the data locally in a JSON file?
  4. What is the name of the data structure we used for managing transactions in the C file?
  5. Which functions did we need from the memory.wasm file and what are they used for?
  6. Why did we create a wrapper class around the Wasm module?
  7. Why did we make the $store object global?
  8. Which libraries could you use in a production application for managing global state?
  9. Why are we using browser-sync, instead of serve, to run the application?
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset