Single Page App with Vanilla ES6 | Part 2
In the second installment we will finish rendering the whole app as well as add some basic URL routing to control the state of our app
Read moreDispatches from the grey area between correct and working
In the second installment we will finish rendering the whole app as well as add some basic URL routing to control the state of our app
Read moreES6 gives us new native js features that make making a SPA a little easier. We will be making use of modules, template strings (and "tagged template literals"), classes, promises, and arrow functions
Read more