Media Summary: We start to tighten up our code in our Routing system, applying unit tests and more expansive integration tests to verify the ... We finish off our marathon of test writing with integration tests for the Renderer. We also notice and fix a problem with our Router ... We continue on with our renderer, decoupling the concepts of routes from rendering functions. That means we can keep our views ...
Weekends Web App Day 23 - Detailed Analysis & Overview
We start to tighten up our code in our Routing system, applying unit tests and more expansive integration tests to verify the ... We finish off our marathon of test writing with integration tests for the Renderer. We also notice and fix a problem with our Router ... We continue on with our renderer, decoupling the concepts of routes from rendering functions. That means we can keep our views ... We talk about the best way to transport and work with Dates & Times in our We take time for an aside, building a small promotion page for We build ourselves a little tooling to get us ready for our real
We take a second look at our renderer and begin to make improvements that will allow it to handle persistent application UI ... We start with a bare bones explanation of what makes We improve the Webpack situation down to 10-20ms compilation times by working directly with Webpack rather than using Gulp. We round out (hah!) our Internationalization System with functions for formatting numbers in a few ways including standard, ... We lay some groundwork for developing components in isolation, by making use of a package written by yours truly called ... We get started with our Persistence Layer in our platform code, talking about cookies, Local Storage and IndexedDB as general ...