For this tutorial, we're going to introduce Webpack and Vue.js
For this tutorial, we're going to introduce Webpack
And, yes, we're still working with Conway's Game of Life.
...
...
@@ -165,6 +165,12 @@ Open a terminal in the `tutorial-conway-life-t3` directory.
All going well, if you rebuild the code and then refresh the browser, Life is now working using TypeScript modules and webpack.
### Vue.js
### Vue, React, Angular?
The second part is set as a challenge. Above the d3-rendered game of life, add some controls using Vue.js that will allow you to alter the board's dimensions (resetting the game) and that will allow you to start and stop a tick-timer moving the game forward automatically.
\ No newline at end of file
Next week, the tutorial solution will be aroudn a challenge: above the d3-rendered
game of life, add some controls using your preferred client-side framework that
will allow you to alter the board's dimensions (resetting the game) and that
will allow you to start and stop a tick-timer moving the game forward automatically.
But for the moment, you have videos to critique, and should get started writing