Creating a program

So far, we have created a bunch of files, namely, the following:

  • redux.js: Our store implementation.
  • create-view.js: A controller that listens to inputs and button presses. The controller will read the input on a button press and dispatch the input's value so it is saved in the store.
  • list-view.js: Our second controller, responsible for showing the content of the store.
  • todo-app.js: The starter file that creates our entire application (we have yet to create this).
  • index.html: The UI for our application (we are yet to create this).
..................Content has been hidden....................

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